Kconfig: Make indent consistent with TABS

This commit is contained in:
Nathan Hartman 2023-02-09 09:24:20 -05:00 committed by Xiang Xiao
parent 9ee3640b62
commit 8e77b79f78
14 changed files with 110 additions and 110 deletions

View file

@ -7,7 +7,7 @@ config CANUTILS_CANDUMP
tristate "SocketCAN candump tool"
default n
depends on NET_CAN
select CANUTILS_LIBCANUTILS
select CANUTILS_LIBCANUTILS
---help---
Enable the SocketCAN candump tool ported from
https://github.com/linux-can/can-utils

View file

@ -7,7 +7,7 @@ config CANUTILS_CANSEND
tristate "SocketCAN cansend tool"
default n
depends on NET_CAN
select CANUTILS_LIBCANUTILS
select CANUTILS_LIBCANUTILS
---help---
Enable the SocketCAN cansend tool ported from
https://github.com/linux-can/can-utils