]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help text
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Feb 2025 15:03:32 +0000 (16:03 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 2 Mar 2025 07:19:43 +0000 (15:19 +0800)
Change the indentation of the help text of the HW_RANDOM_CN10K symbol
from one TAB plus one space to one TAB plus two spaces, as is customary.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig

index fa9e06b5adcf87109f7c1be5b86e6669a920da0f..c858278434475bb0fec5af23b449f142b3223b5a 100644 (file)
@@ -583,11 +583,11 @@ config HW_RANDOM_CN10K
        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.
+         This driver provides support for the True Random Number
+         generator available in Marvell CN10K SoCs.
 
-        To compile this driver as a module, choose M here.
-        The module will be called cn10k_rng. If unsure, say Y.
+         To compile this driver as a module, choose M here.
+         The module will be called cn10k_rng. If unsure, say Y.
 
 config HW_RANDOM_JH7110
        tristate "StarFive JH7110 Random Number Generator support"