Thread (7 messages) flat view 7 messages, 3 authors, 2023-10-11
STALE1082d LANDED

Landed in mainline as a110d1724067 on 2023-10-09.

[PATCH v1] samples: kprobes: Fixes a typo

From: Atul Kumar Pant <hidden>
Date: 2023-08-17 17:09:25
Also in: linux-kernel-mentees, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

Fixes typo in a function name.

Signed-off-by: Atul Kumar Pant <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help