Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sheng Che Peng and committed by
Steven Rostedt
5ec07d52 3b75dd76

+1 -1
+1 -1
include/linux/tracepoint.h
··· 202 202 #define TP_CONDITION(args...) args 203 203 204 204 /* 205 - * Individual subsystem my have a separate configuration to 205 + * Individual subsystem may have a separate configuration to 206 206 * enable their tracepoints. By default, this file will create 207 207 * the tracepoints if CONFIG_TRACEPOINTS is defined. If a subsystem 208 208 * wants to be able to disable its tracepoints from being created