Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a110d17

Browse files
Atul Kumar Pantmhiramat
authored andcommitted
samples: kprobes: Fixes a typo
Fixes typo in a function name. Link: https://lore.kernel.org/all/20230817170819.77857-1-atulpant.linux@gmail.com/ Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
1 parent 8a749fd commit a110d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/kprobes/kretprobe_example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct my_data {
3535
ktime_t entry_stamp;
3636
};
3737

38-
/* Here we use the entry_hanlder to timestamp function entry */
38+
/* Here we use the entry_handler to timestamp function entry */
3939
static int entry_handler(struct kretprobe_instance *ri, struct pt_regs *regs)
4040
{
4141
struct my_data *data;

0 commit comments

Comments
 (0)