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/20220721081904.3798-1-zeming@nfschina.com Signed-off-by: Li zeming <zeming@nfschina.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 59927cb commit 170ab26

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
@@ -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)