Skip to content

Commit

Permalink
tracing: Fix typo in prof_sysexit_enable()
Browse files Browse the repository at this point in the history
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
LKML-Reference: <1266997226-6833-1-git-send-email-wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
  • Loading branch information
Wenji Huang authored and Steven Rostedt committed Feb 25, 2010
1 parent 1ab83a8 commit 6574658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ int prof_sysexit_enable(struct ftrace_event_call *call)
ret = register_trace_sys_exit(prof_syscall_exit);
if (ret) {
pr_info("event trace: Could not activate"
"syscall entry trace point");
"syscall exit trace point");
} else {
set_bit(num, enabled_prof_exit_syscalls);
sys_prof_refcount_exit++;
Expand Down

0 comments on commit 6574658

Please sign in to comment.