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>
Wed, 14 Apr 2021 06:22:49 +0000 (15:22 +0900)
commit7f5ff55bf8eb99e42c10388ccffdfbb0a0caac67
treee23c08fc32529f11d7a763de0a7d5461c5d1e890
parent68876c38c4b30653c1779414954ce747a455253c
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