[media] rc/Kconfig: fix indentation problem
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 9 Jun 2015 13:54:53 +0000 (10:54 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 6 Jul 2015 11:25:48 +0000 (08:25 -0300)
The RC_ST and IR_SUNXI entries have weird indentation, and the RC_ST
entry is actually malformed. Fix it.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/Kconfig

index ddfab256b9a536edfec5129f28cdce9becf46083..b6e13116c6f5a94aee66c839a14bd48a13fc4ed8 100644 (file)
@@ -371,21 +371,21 @@ config RC_ST
        tristate "ST remote control receiver"
        depends on RC_CORE
        depends on ARCH_STI || COMPILE_TEST
-       help
-        Say Y here if you want support for ST remote control driver
-        which allows both IR and UHF RX.
-        The driver passes raw pulse and space information to the LIRC decoder.
+       ---help---
+          Say Y here if you want support for ST remote control driver
+          which allows both IR and UHF RX.
+          The driver passes raw pulse and space information to the LIRC decoder.
 
-        If you're not sure, select N here.
+          If you're not sure, select N here.
 
 config IR_SUNXI
-    tristate "SUNXI IR remote control"
-    depends on RC_CORE
-    depends on ARCH_SUNXI || COMPILE_TEST
-    ---help---
-      Say Y if you want to use sunXi internal IR Controller
-
-      To compile this driver as a module, choose M here: the module will
-      be called sunxi-ir.
+       tristate "SUNXI IR remote control"
+       depends on RC_CORE
+       depends on ARCH_SUNXI || COMPILE_TEST
+       ---help---
+          Say Y if you want to use sunXi internal IR Controller
+
+          To compile this driver as a module, choose M here: the module will
+          be called sunxi-ir.
 
 endif #RC_DEVICES
This page took 0.038944 seconds and 5 git commands to generate.