* [PATCH] ftrace: fix incorrect comment style of __ftrace_enabled_save()
@ 2008-08-18 8:24 Huang Ying
2008-08-18 8:42 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Huang Ying @ 2008-08-18 8:24 UTC (permalink / raw)
To: Ingo Molnar, Linus Torvalds; +Cc: linux-kernel
This patch fixes incorrect comment style of __ftrace_enabled_save().
Signed-off-by: Huang Ying <ying.huang@intel.com>
---
include/linux/ftrace.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -98,9 +98,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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ftrace: fix incorrect comment style of __ftrace_enabled_save()
2008-08-18 8:24 [PATCH] ftrace: fix incorrect comment style of __ftrace_enabled_save() Huang Ying
@ 2008-08-18 8:42 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-08-18 8:42 UTC (permalink / raw)
To: Huang Ying; +Cc: Linus Torvalds, linux-kernel
* Huang Ying <ying.huang@intel.com> wrote:
> This patch fixes incorrect comment style of __ftrace_enabled_save().
>
> Signed-off-by: Huang Ying <ying.huang@intel.com>
applied to tip/tracing/ftrace - thanks!
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-18 8:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-18 8:24 [PATCH] ftrace: fix incorrect comment style of __ftrace_enabled_save() Huang Ying
2008-08-18 8:42 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox