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@canonical.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