Skip to content

Commit 0f9c608

Browse files
Villemoesmasahir0y
authored andcommitted
init/Kconfig: fix LOCALVERSION_AUTO help text
It was never guaranteed to be exactly eight, but since commit 548b8b5 ("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>
1 parent 74d3320 commit 0f9c608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ config LOCALVERSION_AUTO
204204
appended after any matching localversion* files, and after the value
205205
set in CONFIG_LOCALVERSION.
206206

207-
(The actual string used here is the first eight characters produced
207+
(The actual string used here is the first 12 characters produced
208208
by running the command:
209209

210210
$ git rev-parse --verify HEAD

0 commit comments

Comments
 (0)