arch/Kconfig: eliminate needless UTF-8 character in Kconfig help
authorLiu Song <liusong@linux.alibaba.com>
Wed, 13 Mar 2024 18:10:11 +0000 (11:10 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 18 Mar 2024 18:24:15 +0000 (11:24 -0700)
commitc4ca2276f18ee638e4bb156126e6e1bf5e09f28e
tree30a9d108700bbf8e8d4f0ed60887b1ecce88e49e
parent77fcc34769c8a0a228af32c52ba7d3ef64690c0d
arch/Kconfig: eliminate needless UTF-8 character in Kconfig help

Use "find ./linux/* | grep Kconfig | xargs file | grep UTF", can find
files with utf-8 encoded characters, these files will display garbled
characters in menuconfig, except for characters with special meanings
that cannot be modified, modify the characters with obvious errors to
eliminate the wrong display under meunconfig.

Signed-off-by: Liu Song <liusong@linux.alibaba.com>
Suggested-by: Bjorn Helgaas <helgaas@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/lkml/1659435153-119538-1-git-send-email-liusong@linux.alibaba.com/
Signed-off-by: Kees Cook <keescook@chromium.org>
arch/Kconfig