Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37002735 authored by Huang Ying's avatar Huang Ying Committed by Ingo Molnar
Browse files

ftrace: fix incorrect comment style of __ftrace_enabled_save()



This patch fixes incorrect comment style of __ftrace_enabled_save().

Signed-off-by: default avatarHuang Ying <ying.huang@intel.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 99ecdc43
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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