]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tracepoint: Fix typo in tracepoint.h comment
authorSheng Che Peng <synte4028@gmail.com>
Wed, 22 Apr 2026 02:18:19 +0000 (10:18 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 28 Apr 2026 18:28:29 +0000 (14:28 -0400)
Change "my" to "may" in the description of subsystem configurations.

Link: https://patch.msgid.link/20260422021819.1788091-1-synte4028@gmail.com
Signed-off-by: Sheng Che Peng <synte4028@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/tracepoint.h

index 578e520b6ee6cd776e854161b621235f0b4e4512..763eea4d80d87b6aacb5faad92b3f136186cd37f 100644 (file)
@@ -202,7 +202,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
 #define TP_CONDITION(args...)  args
 
 /*
- * Individual subsystem my have a separate configuration to
+ * Individual subsystem may have a separate configuration to
  * enable their tracepoints. By default, this file will create
  * the tracepoints if CONFIG_TRACEPOINTS is defined. If a subsystem
  * wants to be able to disable its tracepoints from being created