From 07d229f5146259382fe799b2c42f3686e6e2a6bf Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sun, 26 Mar 2023 13:00:05 +0300 Subject: [PATCH] canutils: fix indentation in Kconfig files Signed-off-by: Petro Karashchenko --- canutils/candump/Kconfig | 2 +- canutils/cansend/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/canutils/candump/Kconfig b/canutils/candump/Kconfig index 12049d02f..628cf5edc 100644 --- a/canutils/candump/Kconfig +++ b/canutils/candump/Kconfig @@ -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 diff --git a/canutils/cansend/Kconfig b/canutils/cansend/Kconfig index 8c25f50f0..3084b17ac 100644 --- a/canutils/cansend/Kconfig +++ b/canutils/cansend/Kconfig @@ -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