init/Kconfig: fix LOCALVERSION_AUTO help text
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 11 Jan 2023 09:38:22 +0000 (10:38 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 11 Jan 2023 11:42:34 +0000 (20:42 +0900)
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 <linux@rasmusvillemoes.dk>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
init/Kconfig

index 7e5c3dd..ccd3cdc 100644 (file)
@@ -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