Skip to content

Commit 67b78a3

Browse files
Dragan Simicherbertx
authored andcommitted
hwrng: Kconfig - Use tabs as leading whitespace consistently in Kconfig
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>
1 parent f0f1fd1 commit 67b78a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/char/hw_random/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@ config HW_RANDOM_ARM_SMCCC_TRNG
579579
module will be called arm_smccc_trng.
580580

581581
config HW_RANDOM_CN10K
582-
tristate "Marvell CN10K Random Number Generator support"
583-
depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
584-
default HW_RANDOM if ARCH_THUNDER
585-
help
582+
tristate "Marvell CN10K Random Number Generator support"
583+
depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
584+
default HW_RANDOM if ARCH_THUNDER
585+
help
586586
This driver provides support for the True Random Number
587587
generator available in Marvell CN10K SoCs.
588588

0 commit comments

Comments
 (0)