Commit 969493d7 authored by Zhou Yuhang's avatar Zhou Yuhang Committed by Andrew Morton
Browse files

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: default avatarZhou Yuhang <zhouyuhang@kylinos.cn>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent e9a6fb0b
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -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"