[PATCH] tracepoint: Fix typo in tracepoint.h comment

Sheng Che Peng posted 1 patch 1 month, 3 weeks ago
There is a newer version of this series
include/linux/tracepoint.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tracepoint: Fix typo in tracepoint.h comment
Posted by Sheng Che Peng 1 month, 3 weeks ago
Change "my" to "may" in the description of subsystem configurations.

Signed-off-by: Sheng Che Peng <synte4028@gmail.com>
---
 include/linux/tracepoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index 578e520b6ee6c..763eea4d80d87 100644
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -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
-- 
2.34.1
Re: [PATCH] tracepoint: Fix typo in tracepoint.h comment
Posted by Steven Rostedt 1 month, 3 weeks ago
On Tue, 21 Apr 2026 17:09:27 +0800
Sheng Che Peng <synte4028@gmail.com> wrote:

> Change "my" to "may" in the description of subsystem configurations.
> 

If you don't Cc linux-trace-kernel@vger.kernel.org, tracing updates will
not be applied.

-- Steve