drivers: net: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Kalle Valo <kvalo@codeaurora.org> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
bf69abad27
commit
02bc5eb990
@@ -41,9 +41,9 @@ config CARL9170_WPC
|
||||
default y
|
||||
|
||||
config CARL9170_HWRNG
|
||||
bool "Random number generator"
|
||||
depends on CARL9170 && (HW_RANDOM = y || HW_RANDOM = CARL9170)
|
||||
default n
|
||||
bool "Random number generator"
|
||||
depends on CARL9170 && (HW_RANDOM = y || HW_RANDOM = CARL9170)
|
||||
default n
|
||||
help
|
||||
Provides a hardware random number generator to the kernel.
|
||||
|
||||
|
Reference in New Issue
Block a user