From af0c27e63785ea42feeff295b99110f33476deb6 Mon Sep 17 00:00:00 2001 From: dabao1955 Date: Fri, 21 Mar 2025 08:59:36 +0800 Subject: [PATCH] Kconfig: Fix typo --- kernel/Kconfig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index d6120568..d95e4c84 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -17,11 +17,10 @@ config KSU_DEBUG Enable KernelSU debug mode. config KSU_HOOK - bool "Enable KernelSU Hook" - default n - help - This option enables the KernelSU Hook feature. If enabled, it will - override the kernel version check and enable the hook functionality. - + bool "Enable KernelSU Hook" + default n + help + This option enables the KernelSU Hook feature. If enabled, it will + override the kernel version check and enable the hook functionality. endmenu