Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
This commit is contained in:
simbit18 2025-01-23 14:16:00 +01:00 committed by Xiang Xiao
parent aa9f366eec
commit 5c02379548
3 changed files with 13 additions and 13 deletions

View file

@ -12,7 +12,7 @@ config MM_KASAN
add -fsanitize=kernel-address to CFLAGS/CXXFLAGS too.
config MM_KASAN_INSTRUMENT
bool
bool
if MM_KASAN
@ -39,7 +39,7 @@ config MM_KASAN_SW_TAGS
---help---
KAsan based on software tags
endchoice
endchoice # KAsan Mode
config MM_KASAN_INSTRUMENT_ALL
bool "Enable KASan for the entire image"