]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index 8e39a80c7abe558b30be0f831ab240b81c3455f1..9d2bf7fb5b9e4af7bf34ba78129c192932b84ccd 100644 (file)
@@ -6,14 +6,14 @@ config MODULE_SIG_KEY
        default "certs/signing_key.pem"
        depends on MODULE_SIG || (IMA_APPRAISE_MODSIG && MODULES)
        help
-         Provide the file name of a private key/certificate in PEM format,
-         or a PKCS#11 URI according to RFC7512. The file should contain, or
-         the URI should identify, both the certificate and its corresponding
-         private key.
-
-         If this option is unchanged from its default "certs/signing_key.pem",
-         then the kernel will automatically generate the private key and
-         certificate as described in Documentation/admin-guide/module-signing.rst
+        Provide the file name of a private key/certificate in PEM format,
+        or a PKCS#11 URI according to RFC7512. The file should contain, or
+        the URI should identify, both the certificate and its corresponding
+        private key.
+
+        If this option is unchanged from its default "certs/signing_key.pem",
+        then the kernel will automatically generate the private key and
+        certificate as described in Documentation/admin-guide/module-signing.rst
 
 choice
        prompt "Type of module signing key to be generated"
index 43cb06de297ffc6ee08d9bee5370bb6bf5d2b5ae..cf6ae64776e62cca224a615597eb77a1e9689b6f 100644 (file)
@@ -78,7 +78,7 @@ config FS_DAX
          --map=mem:
          https://docs.pmem.io/ndctl-user-guide/ndctl-man-pages/ndctl-create-namespace
 
-          For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
+         For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
          file systems DAX support needs to be manually enabled globally or
          per-inode using a mount option as well.  See the file documentation in
          Documentation/filesystems/dax.rst for details.
@@ -116,8 +116,8 @@ config FILE_LOCKING
        default y
        help
          This option enables standard file locking support, required
-          for filesystems like NFS and for the flock() system
-          call. Disabling this option saves about 11k.
+         for filesystems like NFS and for the flock() system
+         call. Disabling this option saves about 11k.
 
 source "fs/crypto/Kconfig"
 
index 2937c4d308aecb993e8bd347b089d1f4fab459e6..624d93506190416c78decab2f07e9cedf1b5eac7 100644 (file)
@@ -1050,14 +1050,14 @@ config PAGE_COUNTER
        bool
 
 config CGROUP_FAVOR_DYNMODS
-        bool "Favor dynamic modification latency reduction by default"
-        help
-          This option enables the "favordynmods" mount option by default
-          which reduces the latencies of dynamic cgroup modifications such
-          as task migrations and controller on/offs at the cost of making
-          hot path operations such as forks and exits more expensive.
+       bool "Favor dynamic modification latency reduction by default"
+       help
+         This option enables the "favordynmods" mount option by default
+         which reduces the latencies of dynamic cgroup modifications such
+         as task migrations and controller on/offs at the cost of making
+         hot path operations such as forks and exits more expensive.
 
-          Say N if unsure.
+         Say N if unsure.
 
 config MEMCG
        bool "Memory controller"
@@ -1139,7 +1139,7 @@ config GROUP_SCHED_WEIGHT
        def_bool n
 
 config GROUP_SCHED_BANDWIDTH
-        def_bool n
+       def_bool n
 
 config FAIR_GROUP_SCHED
        bool "Group scheduling for SCHED_OTHER"
@@ -1645,10 +1645,10 @@ config LD_ORPHAN_WARN
        depends on $(ld-option,--orphan-handling=error)
 
 config LD_ORPHAN_WARN_LEVEL
-        string
-        depends on LD_ORPHAN_WARN
-        default "error" if WERROR
-        default "warn"
+       string
+       depends on LD_ORPHAN_WARN
+       default "error" if WERROR
+       default "warn"
 
 config SYSCTL
        bool
index 00a9509636c18736f6468bc754c126d2de1927b6..ed31919a5a0b07eea6a956a61c149ba3e7eb4fa1 100644 (file)
@@ -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
 
index e8bf1e9e6ad9076073d3762aae1acc7cfe6d77fd..6c2217ea35232c2b9c337d61a2012a0432ff30e3 100644 (file)
@@ -1303,7 +1303,7 @@ config ARCH_HAS_PTE_SPECIAL
        bool
 
 config MAPPING_DIRTY_HELPERS
-        bool
+       bool
 
 config KMAP_LOCAL
        bool
@@ -1434,7 +1434,7 @@ config ARCH_HAS_USER_SHADOW_STACK
        bool
        help
          The architecture has hardware support for userspace shadow call
-          stacks (eg, x86 CET, arm64 GCS or RISC-V Zicfiss).
+         stacks (eg, x86 CET, arm64 GCS or RISC-V Zicfiss).
 
 config HAVE_ARCH_TLB_REMOVE_TABLE
        def_bool n