mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
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>
This commit is contained in:
parent
8a749fd1a8
commit
a110d17240
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user