Skip to content

Commit 7e37b6b

Browse files
committed
tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
Despite the fprobe event, "Kretprobe" was commented. So fix it. Link: https://lore.kernel.org/all/170952361630.229804.10832200172327797860.stgit@devnote2/ Signed-off-by: Masami Hiramatsu (Google) <[email protected]> Reviewed-by: Steven Rostedt (Google) <[email protected]>
1 parent 290eb13 commit 7e37b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_fprobe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip,
210210
}
211211
NOKPROBE_SYMBOL(fentry_trace_func);
212212

213-
/* Kretprobe handler */
213+
/* function exit handler */
214214
static nokprobe_inline void
215215
__fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip,
216216
unsigned long ret_ip, struct pt_regs *regs,

0 commit comments

Comments
 (0)