@@ -79,7 +79,7 @@ config FTRACE_NMI_ENTER
7979
8080config EVENT_TRACING
8181 select CONTEXT_SWITCH_TRACER
82- select GLOB
82+ select GLOB
8383 bool
8484
8585config CONTEXT_SWITCH_TRACER
@@ -311,7 +311,7 @@ config TRACER_SNAPSHOT
311311 cat snapshot
312312
313313config TRACER_SNAPSHOT_PER_CPU_SWAP
314- bool "Allow snapshot to swap per CPU"
314+ bool "Allow snapshot to swap per CPU"
315315 depends on TRACER_SNAPSHOT
316316 select RING_BUFFER_ALLOW_SWAP
317317 help
@@ -683,7 +683,7 @@ config MMIOTRACE_TEST
683683 Say N, unless you absolutely know what you are doing.
684684
685685config TRACEPOINT_BENCHMARK
686- bool "Add tracepoint that benchmarks tracepoints"
686+ bool "Add tracepoint that benchmarks tracepoints"
687687 help
688688 This option creates the tracepoint "benchmark:benchmark_event".
689689 When the tracepoint is enabled, it kicks off a kernel thread that
@@ -732,7 +732,7 @@ config RING_BUFFER_STARTUP_TEST
732732 bool "Ring buffer startup self test"
733733 depends on RING_BUFFER
734734 help
735- Run a simple self test on the ring buffer on boot up. Late in the
735+ Run a simple self test on the ring buffer on boot up. Late in the
736736 kernel boot sequence, the test will start that kicks off
737737 a thread per cpu. Each thread will write various size events
738738 into the ring buffer. Another thread is created to send IPIs
0 commit comments