[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210517095848.82033-1-juergh@canonical.com>
Date: Mon, 17 May 2021 11:58:48 +0200
From: Juerg Haefliger <juerg.haefliger@...onical.com>
To: masahiroy@...nel.org, keescook@...omium.org,
gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, juergh@...onical.com
Subject: [PATCH] init: Remove leading spaces in Kconfig
Remove leading spaces before tabs in Kconfig file(s) by running the
following command:
$ find init -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'
Signed-off-by: Juerg Haefliger <juergh@...onical.com>
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig
index 1ea12c64e4c9..9f1cde503739 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2149,7 +2149,7 @@ config MODULE_SRCVERSION_ALL
help
Modules which contain a MODULE_VERSION get an extra "srcversion"
field inserted into their modinfo section, which contains a
- sum of the source files which made it. This helps maintainers
+ sum of the source files which made it. This helps maintainers
see exactly which source was used to build a module (since
others sometimes change the module source without updating
the version). With this option, such a "srcversion" field
--
2.27.0
Powered by blists - more mailing lists