Skip to content

Commit 170ab26

Browse files
Li zemingrostedt
authored andcommitted
tracepoints: It is CONFIG_TRACEPOINTS not CONFIG_TRACEPOINT
When reading this note, CONFIG_TRACEPOINT searches my configuration file, and the result is CONFIG_TRACEPOINTS, the search results are consistent with the following macro definitions. I think it should be repaired. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Li zeming <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 59927cb commit 170ab26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/tracepoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
151151
/*
152152
* Individual subsystem my have a separate configuration to
153153
* enable their tracepoints. By default, this file will create
154-
* the tracepoints if CONFIG_TRACEPOINT is defined. If a subsystem
154+
* the tracepoints if CONFIG_TRACEPOINTS is defined. If a subsystem
155155
* wants to be able to disable its tracepoints from being created
156156
* it can define NOTRACE before including the tracepoint headers.
157157
*/

0 commit comments

Comments
 (0)