[PATCH] samples/Kconfig: fix up indentation

From: Rong Tao
Date: Tue Sep 27 2022 - 09:53:42 EST


Fix up indentation before we get complaints from tooling.

Signed-off-by: Rong Tao <rtoax@xxxxxxxxxxx>
---
samples/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/Kconfig b/samples/Kconfig
index 470ee3baf2e1..2605582d4e8f 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -23,7 +23,7 @@ config SAMPLE_TRACE_CUSTOM_EVENTS
This builds the custom trace event example module.

config SAMPLE_TRACE_PRINTK
- tristate "Build trace_printk module - tests various trace_printk formats"
+ tristate "Build trace_printk module - tests various trace_printk formats"
depends on EVENT_TRACING && m
help
This builds a module that calls trace_printk() and can be used to
@@ -47,7 +47,7 @@ config SAMPLE_FTRACE_DIRECT_MULTI
the function addresses.

config SAMPLE_TRACE_ARRAY
- tristate "Build sample module for kernel access to Ftrace instancess"
+ tristate "Build sample module for kernel access to Ftrace instancess"
depends on EVENT_TRACING && m
help
This builds a module that demonstrates the use of various APIs to
--
2.31.1