projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3f3b8
)
tracing: Fix typo in fprobe.c
author
Maurice Hieronymus
<mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:24 +0000
(23:18 +0100)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 5 Dec 2025 20:43:39 +0000
(15:43 -0500)
Fix typo "funciton" to "function".
Link:
https://patch.msgid.link/20251121221835.28032-4-mhi@mailbox.org
Signed-off-by: Maurice Hieronymus <mhi@mailbox.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/fprobe.c
patch
|
blob
|
history
diff --git
a/kernel/trace/fprobe.c
b/kernel/trace/fprobe.c
index
5a807d6
..
10ae831
100644
(file)
--- a/
kernel/trace/fprobe.c
+++ b/
kernel/trace/fprobe.c
@@
-29,7
+29,7
@@
* fprobe_table: hold 'fprobe_hlist::hlist' for checking the fprobe still
* exists. The key is the address of fprobe instance.
* fprobe_ip_table: hold 'fprobe_hlist::array[*]' for searching the fprobe
- * instance related to the func
it
on address. The key is the ftrace IP
+ * instance related to the func
ti
on address. The key is the ftrace IP
* address.
*
* When unregistering the fprobe, fprobe_hlist::fp and fprobe_hlist::array[*].fp