]> git.itanic.dy.fi Git - linux-stable/commit
kconfig: massage the loop in conf_read_simple()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 18 Nov 2023 07:59:12 +0000 (16:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 28 Nov 2023 02:22:51 +0000 (11:22 +0900)
commit48ab6c9c9256003a4f2d737ccdcba81e01ba4e68
tree5dc8df2ff1b72abbf4e0755fca53d313483ccfb6
parent4aced3ec84a848bd64bfd725e81c54eb31bf8b24
kconfig: massage the loop in conf_read_simple()

Make the while-loop code a little more readable.

The gain is that "CONFIG_FOO" without '=' is warned as unexpected data.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/confdata.c