diff options
author | Huang Ying <ying.huang@intel.com> | 2008-08-18 04:24:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-14 04:35:50 -0400 |
commit | 3700273586ee6a58b95dd07d9f8a02db4a9b476f (patch) | |
tree | f291a04bd0ab0d866c00c3f2d241a870b873ec25 /include/linux | |
parent | 99ecdc43bc17faf5fa571db8569df171ecd0e5b8 (diff) |
ftrace: fix incorrect comment style of __ftrace_enabled_save()
This patch fixes incorrect comment style of __ftrace_enabled_save().
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ftrace.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 36c439927ff1..8b4cf38c80d2 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -99,9 +99,11 @@ static inline void tracer_disable(void) | |||
99 | #endif | 99 | #endif |
100 | } | 100 | } |
101 | 101 | ||
102 | /* Ftrace disable/restore without lock. Some synchronization mechanism | 102 | /* |
103 | * Ftrace disable/restore without lock. Some synchronization mechanism | ||
103 | * must be used to prevent ftrace_enabled to be changed between | 104 | * must be used to prevent ftrace_enabled to be changed between |
104 | * disable/restore. */ | 105 | * disable/restore. |
106 | */ | ||
105 | static inline int __ftrace_enabled_save(void) | 107 | static inline int __ftrace_enabled_save(void) |
106 | { | 108 | { |
107 | #ifdef CONFIG_FTRACE | 109 | #ifdef CONFIG_FTRACE |