]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: remove redundant assignment prompt = prompt
authorDenis Efremov <efremov@linux.com>
Mon, 31 Aug 2020 06:52:23 +0000 (09:52 +0300)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 3 Sep 2020 03:21:22 +0000 (12:21 +0900)
commit8802d34e96af052579cc6060d77abaeee620b4ab
treec559f49e3966ccc5f594c53700962005af3c83bf
parent74ad5b02ec63bc6d40e2230df2f06901162c2039
kconfig: remove redundant assignment prompt = prompt

Semi-automatic removing of localization macros changed the line
from "prompt = _(prompt);" to "prompt = prompt;". Drop the
reduntand assignment.

Fixes: a76df3d50e0c ("kconfig: drop localization support")
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/nconf.c