ftrace: fix incorrect comment style of __ftrace_enabled_save()
authorHuang Ying <ying.huang@intel.com>
Mon, 18 Aug 2008 08:24:56 +0000 (16:24 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:35:50 +0000 (10:35 +0200)
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>
include/linux/ftrace.h

index 36c4399..8b4cf38 100644 (file)
@@ -99,9 +99,11 @@ static inline void tracer_disable(void)
 #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
- * disable/restore. */
+ * disable/restore.
+ */
 static inline int __ftrace_enabled_save(void)
 {
 #ifdef CONFIG_FTRACE