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>
This commit is contained in:
Huang Ying 2008-08-18 16:24:56 +08:00 committed by Ingo Molnar
parent 99ecdc43bc
commit 3700273586

View File

@ -99,9 +99,11 @@ static inline void tracer_disable(void)
#endif #endif
} }
/* Ftrace disable/restore without lock. Some synchronization mechanism /*
* Ftrace disable/restore without lock. Some synchronization mechanism
* must be used to prevent ftrace_enabled to be changed between * must be used to prevent ftrace_enabled to be changed between
* disable/restore. */ * disable/restore.
*/
static inline int __ftrace_enabled_save(void) static inline int __ftrace_enabled_save(void)
{ {
#ifdef CONFIG_FTRACE #ifdef CONFIG_FTRACE