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: Sven Eckelmann <sven@narfation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
34b7bb2995
commit
bf69abad27
@@ -23,6 +23,6 @@ config RDS_TCP
|
||||
This transport does not support RDMA operations.
|
||||
|
||||
config RDS_DEBUG
|
||||
bool "RDS debugging messages"
|
||||
bool "RDS debugging messages"
|
||||
depends on RDS
|
||||
default n
|
||||
default n
|
||||
|
Reference in New Issue
Block a user