]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Fix code comment for ftrace_ops_get_func()
authorChunyu Hu <chuhu@redhat.com>
Wed, 22 Feb 2017 00:29:26 +0000 (08:29 +0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 27 Feb 2017 16:11:26 +0000 (11:11 -0500)
commite8c95319cf911e220b1b7a81115a373467841852
tree1542e540504051949ade8ea6c1e05ebbebf2af43
parent2a4ebc7e953ca1ae25e86e30bee6ce1e12cb378e
tracing: Fix code comment for ftrace_ops_get_func()

There is no function 'ftrace_ops_recurs_func' existing in the current code,
it was renamed to ftrace_ops_assist_func() in commit 58061a36f2a8
("ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags too").
Update the comment to the correct function name.

Link: http://lkml.kernel.org/r/1487723366-14463-1-git-send-email-chuhu@redhat.com
Signed-off-by: Chunyu Hu <chuhu@redhat.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c