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:
Atul Kumar Pant 2023-08-17 22:38:19 +05:30 committed by Masami Hiramatsu (Google)
parent 8a749fd1a8
commit a110d17240
1 changed files with 1 additions and 1 deletions

View File

@ -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;