Skip to content

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/[email protected]/ Signed-off-by: Atul Kumar Pant <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
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)