[PATCH] w1: Remove leading spaces in Kconfig

From: Juerg Haefliger
Date: Mon May 17 2021 - 05:59:35 EST


Remove leading spaces before tabs in Kconfig file(s) by running the
following command:

$ find drivers/w1 -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

Signed-off-by: Juerg Haefliger <juergh@xxxxxxxxxxxxx>
---
drivers/w1/masters/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index 24b9a8e05f64..32e993ea6f96 100644
--- a/drivers/w1/masters/Kconfig
+++ b/drivers/w1/masters/Kconfig
@@ -17,12 +17,12 @@ config W1_MASTER_MATROX

config W1_MASTER_DS2490
tristate "DS2490 USB <-> W1 transport layer for 1-wire"
- depends on USB
- help
+ depends on USB
+ help
Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
for example DS9490*.

- This support is also available as a module. If so, the module
+ This support is also available as a module. If so, the module
will be called ds2490.

config W1_MASTER_DS2482
--
2.27.0