init/Kconfig: fix LOCALVERSION_AUTO help text

It was never guaranteed to be exactly eight, but since commit
548b8b5168 ("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>
This commit is contained in:
Rasmus Villemoes 2023-01-11 10:38:22 +01:00 committed by Masahiro Yamada
parent 74d3320f6f
commit 0f9c608d4a

View 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