From: Rasmus Villemoes Date: Wed, 11 Jan 2023 09:38:22 +0000 (+0100) Subject: init/Kconfig: fix LOCALVERSION_AUTO help text X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f9c608d4a1eb852d6769d2fc5906c71c02565ae;p=linux.git init/Kconfig: fix LOCALVERSION_AUTO help text It was never guaranteed to be exactly eight, but since commit 548b8b5168c9 ("scripts/setlocalversion: make git describe output more reliable"), it has been exactly 12. Signed-off-by: Rasmus Villemoes Signed-off-by: Masahiro Yamada --- diff --git a/init/Kconfig b/init/Kconfig index 7e5c3ddc341de..ccd3cdcf3df19 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -204,7 +204,7 @@ config LOCALVERSION_AUTO appended after any matching localversion* files, and after the value set in CONFIG_LOCALVERSION. - (The actual string used here is the first eight characters produced + (The actual string used here is the first 12 characters produced by running the command: $ git rev-parse --verify HEAD