[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210517095844.81933-1-juergh@canonical.com>
Date: Mon, 17 May 2021 11:58:44 +0200
From: Juerg Haefliger <juerg.haefliger@...onical.com>
To: zbr@...emap.net
Cc: linux-kernel@...r.kernel.org, juergh@...onical.com
Subject: [PATCH] w1: Remove leading spaces in Kconfig
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@...onical.com>
---
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
Powered by blists - more mailing lists