]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
treewide: fix indentation and whitespace in Kconfig files
authorAnand Moon <linux.amoon@gmail.com>
Tue, 7 Apr 2026 05:39:34 +0000 (11:09 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 May 2026 04:24:42 +0000 (21:24 -0700)
commit97bd80a91858ea72be5aa4565af2721fb732eba6
tree091d1e406485cbb144f8260861fc02e673c9eaf3
parent09d8b39563e84fc245d642182715a7e0e024b0f2
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>
certs/Kconfig
fs/Kconfig
init/Kconfig
lib/Kconfig
mm/Kconfig