75548097d43e6ff300bb8d4903bf1341059a5b9a
The 'strip' function is redundant when checking Kconfig variables, as values from CONFIG options (like CONFIG_KSU_TRACEPOINT_HOOK) are already trimmed and do not contain leading/trailing whitespace. Simplify the condition for better readability and maintainability: - Remove unnecessary $(strip ...) - Add consistent spacing around the comma This change aligns with kernel Makefile conventions and improves code clarity without altering behavior. Signed-off-by: dabao1955 <dabao1955@163.com>
Description
Languages
Kotlin
67.1%
C
20%
Rust
11.1%
Shell
0.9%
Makefile
0.4%
Other
0.4%