[PATCH] tracing/sched: Remove obsolete comment on suffixes

From: Ricardo Neri
Date: Fri Jun 20 2025 - 20:30:41 EST


Commit ac01fa73f530 ("tracepoint: Have tracepoints created with DECLARE_
TRACE() have _tp suffix") makes it unnecessary to manually add a suffix.

Remove a now obsolete comment.

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@xxxxxxxxxxxxxxx>
---
include/trace/events/sched.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/trace/events/sched.h b/include/trace/events/sched.h
index 4e6b2910cec3..f24c373bcc44 100644
--- a/include/trace/events/sched.h
+++ b/include/trace/events/sched.h
@@ -829,8 +829,6 @@ TRACE_EVENT(sched_wake_idle_without_ipi,
/*
* Following tracepoints are not exported in tracefs and provide hooking
* mechanisms only for testing and debugging purposes.
- *
- * Postfixed with _tp to make them easily identifiable in the code.
*/
DECLARE_TRACE(pelt_cfs,
TP_PROTO(struct cfs_rq *cfs_rq),

---
base-commit: e04c78d86a9699d136910cfc0bdcf01087e3267e
change-id: 20250620-rneri-tp-comment-fix-5d483d09a85d

Best regards,
--
Ricardo Neri <ricardo.neri-calderon@xxxxxxxxxxxxxxx>