[PATCH 1/3] hwrng: Use tabs as leading whitespace consistently in Kconfig

From: Dragan Simic
Date: Wed Jan 15 2025 - 08:07:39 EST


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@xxxxxxxxxxx>
---
drivers/char/hw_random/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index 17854f052386..e0244a66366b 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -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.