Skip to content

Commit 5ec07d5

Browse files
Synte-Pengrostedt
authored andcommitted
tracepoint: Fix typo in tracepoint.h comment
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>
1 parent 3b75dd7 commit 5ec07d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/tracepoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
202202
#define TP_CONDITION(args...) args
203203

204204
/*
205-
* Individual subsystem my have a separate configuration to
205+
* Individual subsystem may have a separate configuration to
206206
* enable their tracepoints. By default, this file will create
207207
* the tracepoints if CONFIG_TRACEPOINTS is defined. If a subsystem
208208
* wants to be able to disable its tracepoints from being created

0 commit comments

Comments
 (0)