From: Geert Uytterhoeven Date: Wed, 19 Feb 2025 15:03:32 +0000 (+0100) Subject: hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help text X-Git-Tag: block-6.15-20250403~39^2~115 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2291399384c00bf61b117e848f3da6cf14c90f32;p=linux-block.git hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help text 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 Reviewed-by: Dragan Simic Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index fa9e06b5adcf..c85827843447 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig @@ -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"