]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwrng: Kconfig - Use tabs as leading whitespace consistently in Kconfig
authorDragan Simic <dsimic@manjaro.org>
Wed, 15 Jan 2025 13:07:00 +0000 (14:07 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 9 Feb 2025 10:08:11 +0000 (18:08 +0800)
Replace instances of leading size-eight groups of space characters with
the usual tab characters, as spotted in the hw_random Kconfig file.

No intended functional changes are introduced by this trivial cleanup.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig

index 17854f052386efa0cf3e4c83d60dd9d6d64755ea..e0244a66366b9a2c923a32c5fa2056c853ca848e 100644 (file)
@@ -579,10 +579,10 @@ config HW_RANDOM_ARM_SMCCC_TRNG
          module will be called arm_smccc_trng.
 
 config HW_RANDOM_CN10K
-       tristate "Marvell CN10K Random Number Generator support"
-       depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
-       default HW_RANDOM if ARCH_THUNDER
-       help
+       tristate "Marvell CN10K Random Number Generator support"
+       depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
+       default HW_RANDOM if ARCH_THUNDER
+       help
         This driver provides support for the True Random Number
         generator available in Marvell CN10K SoCs.