]> Git Repo - linux.git/commitdiff
backlight: Kconfig whitespace and indentation cleanups
authorJuerg Haefliger <[email protected]>
Wed, 19 May 2021 11:03:00 +0000 (13:03 +0200)
committerLee Jones <[email protected]>
Tue, 1 Jun 2021 12:36:24 +0000 (13:36 +0100)
Remove leading whitespaces, replace multi spaces with tabs, and fix help
text indentation.

Signed-off-by: Juerg Haefliger <[email protected]>
Reviewed-by: Daniel Thompson <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
drivers/video/backlight/Kconfig

index 858f6df3970e957168372d1b5d13db0100fe61d1..e32694c13da56d0cd1ae87b0a2cd48dfc3917030 100644 (file)
@@ -128,12 +128,12 @@ config LCD_HX8357
          If you have a HX-8357 LCD panel, say Y to enable its LCD control
          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.
+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.
 
 endif # LCD_CLASS_DEVICE
 
@@ -269,11 +269,11 @@ config BACKLIGHT_MAX8925
          WLED output, say Y here to enable this driver.
 
 config BACKLIGHT_APPLE
-       tristate "Apple Backlight Driver"
-       depends on X86 && ACPI
-       help
-        If you have an Intel-based Apple say Y to enable a driver for its
-        backlight.
+       tristate "Apple Backlight Driver"
+       depends on X86 && ACPI
+       help
+         If you have an Intel-based Apple say Y to enable a driver for its
+         backlight.
 
 config BACKLIGHT_TOSA
        tristate "Sharp SL-6000 Backlight Driver"
This page took 0.056206 seconds and 4 git commands to generate.