Skip to content

Commit c4ca227

Browse files
ifishlandkees
authored andcommitted
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 <[email protected]> Suggested-by: Bjorn Helgaas <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Kees Cook <[email protected]>
1 parent 77fcc34 commit c4ca227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ config CFI_CLANG
799799
depends on ARCH_SUPPORTS_CFI_CLANG
800800
depends on $(cc-option,-fsanitize=kcfi)
801801
help
802-
This option enables Clangs forward-edge Control Flow Integrity
802+
This option enables Clang's forward-edge Control Flow Integrity
803803
(CFI) checking, where the compiler injects a runtime check to each
804804
indirect function call to ensure the target is a valid function with
805805
the correct static type. This restricts possible call targets and

0 commit comments

Comments
 (0)