[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210517095839.81833-1-juergh@canonical.com>
Date: Mon, 17 May 2021 11:58:39 +0200
From: Juerg Haefliger <juerg.haefliger@...onical.com>
To: lee.jones@...aro.org, daniel.thompson@...aro.org,
jingoohan1@...il.com, dri-devel@...ts.freedesktop.org,
linux-fbdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, juergh@...onical.com
Subject: [PATCH] backlight: Remove leading spaces in Kconfig
Remove leading spaces before tabs in Kconfig file(s) by running the
following command:
$ find drivers/video/backlight -name 'Kconfig*' | \
xargs sed -r -i 's/^[ ]+\t/\t/'
Signed-off-by: Juerg Haefliger <juergh@...onical.com>
---
drivers/video/backlight/Kconfig | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index d83c87b902c1..a967974f6cd6 100644
--- a/drivers/video/backlight/Kconfig
+++ b/drivers/video/backlight/Kconfig
@@ -129,11 +129,11 @@ config LCD_HX8357
driver.
config LCD_OTM3225A
- tristate "ORISE Technology OTM3225A support"
- depends on SPI
- help
- If you have a panel based on the OTM3225A controller
- chip then say y to include a driver for it.
+ tristate "ORISE Technology OTM3225A support"
+ depends on SPI
+ help
+ If you have a panel based on the OTM3225A controller
+ chip then say y to include a driver for it.
endif # LCD_CLASS_DEVICE
--
2.27.0
Powered by blists - more mailing lists