kconfig: do not assign a variable in the return statement
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Apr 2020 15:35:42 +0000 (00:35 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:30 +0000 (13:28 +0900)
commit644a4b6cecc2ae3a8a840bb3606edd99af94e972
treed768588c3c22d358617a72721c547368d63c308c
parentcfc6eea9f6af84e838e28be57b03be5502c4a02e
kconfig: do not assign a variable in the return statement

I am not a big fan of doing assignment in a return statement.
Split it into two lines.

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