kconfig: constify long_opts
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 28 May 2021 17:13:21 +0000 (02:13 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 5 Jun 2021 14:49:46 +0000 (23:49 +0900)
commit43ac711053fc6d94a3f16141c4efe20059a9d918
treea150498f8f58f3da8e05937efc1e73a0bd29acee
parent042da426f8ebde012be9429ff705232af7ad7469
kconfig: constify long_opts

getopt_long() does not modify the long_opts structure.

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