samples: fix coding style issues in Kconfig

Fix some coding style issues in Kconfig: use one tab to indent lines under
a config definition, and use an additional two spaces to indent help text.

Link: https://lkml.kernel.org/r/20250929062434.4114607-1-zhouyuhang1010@163.com
Signed-off-by: Zhou Yuhang <zhouyuhang@kylinos.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
pull/1354/merge
Zhou Yuhang 2025-09-29 14:24:34 +08:00 committed by Andrew Morton
parent e9a6fb0bcd
commit 969493d7d6
1 changed files with 11 additions and 11 deletions

View File

@ -294,7 +294,7 @@ config SAMPLE_KMEMLEAK
depends on DEBUG_KMEMLEAK && m
help
Build a sample program which have explicitly leaks memory to test
kmemleak
kmemleak.
config SAMPLE_CGROUP
bool "Build cgroup sample code"