[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tencent_BAA30488EB06A842C1595097BA2A7FAF9908@qq.com>
Date: Tue, 27 Sep 2022 21:52:07 +0800
From: Rong Tao <rtoax@...mail.com>
To: rostedt@...dmis.org
Cc: Rong Tao <rtoax@...mail.com>, Jan Kara <jack@...e.cz>,
Heiko Carstens <hca@...ux.ibm.com>,
Gabriel Krisman Bertazi <krisman@...labora.com>,
Amir Goldstein <amir73il@...il.com>,
Mike Leach <mike.leach@...aro.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] samples/Kconfig: fix up indentation
Fix up indentation before we get complaints from tooling.
Signed-off-by: Rong Tao <rtoax@...mail.com>
---
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
Powered by blists - more mailing lists