Skip to content

Commit fc809bc

Browse files
krzkrostedt
authored andcommitted
tracing: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent a82a480 commit fc809bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/trace/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ config FTRACE_NMI_ENTER
7979

8080
config EVENT_TRACING
8181
select CONTEXT_SWITCH_TRACER
82-
select GLOB
82+
select GLOB
8383
bool
8484

8585
config CONTEXT_SWITCH_TRACER
@@ -311,7 +311,7 @@ config TRACER_SNAPSHOT
311311
cat snapshot
312312

313313
config 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

685685
config 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

Comments
 (0)