ftrace: Fix a typo in comment
authorLi Bin <huawei.libin@huawei.com>
Mon, 30 Nov 2015 10:23:36 +0000 (18:23 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 23 Dec 2015 19:26:51 +0000 (14:26 -0500)
s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTRACE_OPS/

Link: http://lkml.kernel.org/r/1448879016-8659-1-git-send-email-huawei.libin@huawei.com
Signed-off-by: Li Bin <huawei.libin@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c

index e371aed51fcf13ae61039928cdaf5e9fdf3c2f09..b8dfe8138aa26e738a3a91286a5e936335f5621e 100644 (file)
@@ -5263,7 +5263,7 @@ out:
  * being NULL, or CONFIG_DYNAMIC_FTRACE_WITH_REGS.
  * Note, CONFIG_DYNAMIC_FTRACE_WITH_REGS expects a full regs to be saved.
  * An architecture can pass partial regs with ftrace_ops and still
- * set the ARCH_SUPPORT_FTARCE_OPS.
+ * set the ARCH_SUPPORTS_FTRACE_OPS.
  */
 #if ARCH_SUPPORTS_FTRACE_OPS
 static void ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip,
This page took 0.028906 seconds and 5 git commands to generate.