]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: nconf: fix NORMAL attributes
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 10 Apr 2021 19:45:31 +0000 (04:45 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 12 Apr 2021 00:32:42 +0000 (09:32 +0900)
commita0eedc6b164634a3ddad12d4b67e5f5a9a853dab
treecd72d05afbc1975476fa6f1b2de32a22d2fe7042
parent3aa121e85c44a1f717755ce009a5ebdc769c9ab7
kconfig: nconf: fix NORMAL attributes

The lower 8-bit of attributes should be 0, but this code wrongly
sets it to NORMAL (=1). The correct one is A_NORMAL.

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