[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251121221835.28032-4-mhi@mailbox.org>
Date: Fri, 21 Nov 2025 23:18:24 +0100
From: Maurice Hieronymus <mhi@...lbox.org>
To: rostedt@...dmis.org,
mhiramat@...nel.org
Cc: linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org,
mhi@...lbox.org
Subject: [PATCH v2 02/13] tracing: Fix typo in fprobe.c
Fix typo "funciton" to "function".
Signed-off-by: Maurice Hieronymus <mhi@...lbox.org>
---
kernel/trace/fprobe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/trace/fprobe.c b/kernel/trace/fprobe.c
index 0b1ee8e585f2..1188eefef07c 100644
--- a/kernel/trace/fprobe.c
+++ b/kernel/trace/fprobe.c
@@ -30,7 +30,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 funciton address. The key is the ftrace IP
+ * instance related to the function address. The key is the ftrace IP
* address.
*
* When unregistering the fprobe, fprobe_hlist::fp and fprobe_hlist::array[*].fp
--
2.50.1
Powered by blists - more mailing lists