summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnand Moon <linux.amoon@gmail.com>2026-04-07 11:09:34 +0530
committerAndrew Morton <akpm@linux-foundation.org>2026-05-28 21:24:42 -0700
commit97bd80a91858ea72be5aa4565af2721fb732eba6 (patch)
tree091d1e406485cbb144f8260861fc02e673c9eaf3 /lib
parent09d8b39563e84fc245d642182715a7e0e024b0f2 (diff)
treewide: fix indentation and whitespace in Kconfig files
Clean up inconsistent indentation (mixing tabs and spaces) and remove extraneous whitespace in several Kconfig files across the tree. This is a purely cosmetic change to improve readability. Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Link: https://lore.kernel.org/20260407053945.14116-1-linux.amoon@gmail.com Signed-off-by: Anand Moon <linux.amoon@gmail.com> Reviewed-by: Jan Kara <jack@suse.cz> [fs] Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com> [mm] Reviewed-by: Lorenzo Stoakes <ljs@kernel.org> [mm] Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 00a9509636c1..ed31919a5a0b 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -590,7 +590,7 @@ config OBJAGG
config LWQ_TEST
bool "Boot-time test for lwq queuing"
help
- Run boot-time test of light-weight queuing.
+ Run boot-time test of light-weight queuing.
endmenu