All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] samples: kprobes: Fixes a typo
@ 2023-08-17 17:08 ` Atul Kumar Pant
  0 siblings, 0 replies; 14+ messages in thread
From: Atul Kumar Pant @ 2023-08-17 17:08 UTC (permalink / raw)
  To: naveen.n.rao, anil.s.keshavamurthy, davem, mhiramat
  Cc: linux-kernel-mentees, shuah, Atul Kumar Pant, linux-kernel,
	linux-trace-kernel

Fixes typo in a function name.

Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
---
 samples/kprobes/kretprobe_example.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/kprobes/kretprobe_example.c b/samples/kprobes/kretprobe_example.c
index cbf16542d84e..ed79fd3d48fb 100644
--- a/samples/kprobes/kretprobe_example.c
+++ b/samples/kprobes/kretprobe_example.c
@@ -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;
-- 
2.25.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-10-11 18:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17 17:08 [PATCH v1] samples: kprobes: Fixes a typo Atul Kumar Pant
2023-08-17 17:08 ` Atul Kumar Pant
2023-09-23 17:30 ` Atul Kumar Pant
2023-09-23 17:30   ` Atul Kumar Pant
2023-10-07 15:39   ` Atul Kumar Pant
2023-10-07 15:39     ` Atul Kumar Pant
2023-10-09 13:51     ` Steven Rostedt
2023-10-09 13:51       ` Steven Rostedt
2023-10-09 15:03       ` Masami Hiramatsu
2023-10-09 15:03         ` Masami Hiramatsu
2023-10-11 18:04         ` Atul Kumar Pant
2023-10-11 18:04           ` Atul Kumar Pant
2023-10-11 18:02       ` Atul Kumar Pant
2023-10-11 18:02         ` Atul Kumar Pant

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.