Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Zhou Yuhang and committed by
Andrew Morton
969493d7 e9a6fb0b

+11 -11
+11 -11
samples/Kconfig
··· 23 23 This builds the custom trace event example module. 24 24 25 25 config SAMPLE_TRACE_PRINTK 26 - tristate "Build trace_printk module - tests various trace_printk formats" 26 + tristate "Build trace_printk module - tests various trace_printk formats" 27 27 depends on EVENT_TRACING && m 28 28 help 29 - This builds a module that calls trace_printk() and can be used to 30 - test various trace_printk() calls from a module. 29 + This builds a module that calls trace_printk() and can be used to 30 + test various trace_printk() calls from a module. 31 31 32 32 config SAMPLE_FTRACE_DIRECT 33 33 tristate "Build register_ftrace_direct() example" ··· 54 54 measures the time taken to invoke one function a number of times. 55 55 56 56 config SAMPLE_TRACE_ARRAY 57 - tristate "Build sample module for kernel access to Ftrace instances" 57 + tristate "Build sample module for kernel access to Ftrace instances" 58 58 depends on EVENT_TRACING && m 59 59 help 60 - This builds a module that demonstrates the use of various APIs to 61 - access Ftrace instances from within the kernel. 60 + This builds a module that demonstrates the use of various APIs to 61 + access Ftrace instances from within the kernel. 62 62 63 63 config SAMPLE_KOBJECT 64 64 tristate "Build kobject examples" ··· 290 290 configurations and easily load them into the system at runtime. 291 291 292 292 config SAMPLE_KMEMLEAK 293 - tristate "Simple test for the kernel memory leak detector" 294 - depends on DEBUG_KMEMLEAK && m 295 - help 296 - Build a sample program which have explicitly leaks memory to test 297 - kmemleak 293 + tristate "Simple test for the kernel memory leak detector" 294 + depends on DEBUG_KMEMLEAK && m 295 + help 296 + Build a sample program which have explicitly leaks memory to test 297 + kmemleak. 298 298 299 299 config SAMPLE_CGROUP 300 300 bool "Build cgroup sample code"