Skip to content

Commit

Permalink
samples: kprobes: Fixes a typo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Atul Kumar Pant authored and mhiramat committed Oct 9, 2023
1 parent 8a749fd commit a110d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/kprobes/kretprobe_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct my_data {
ktime_t entry_stamp;
};

/* Here we use the entry_hanlder to timestamp function entry */
/* Here we use the entry_handler to timestamp function entry */
static int entry_handler(struct kretprobe_instance *ri, struct pt_regs *regs)
{
struct my_data *data;
Expand Down

0 comments on commit a110d17

Please sign in to comment.