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)
commit3a150df945b7408c27cad2c01a1638e8b14ac562
tree1542e540504051949ade8ea6c1e05ebbebf2af43
parent67d04bb2bcbd3e99f4c4daa58599c90a83ad314a
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 c68c0fa29341
("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