]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] rc: fix breakage in "make menuconfig" for media_build
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Wed, 19 Apr 2017 23:13:54 +0000 (20:13 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 11:56:31 +0000 (08:56 -0300)
The Kconfig format is strict enough where if the indentation isn't
correct then the "make menuconfig" will break.

Fix the indentation to match all the other entries.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/Kconfig

index e422f3d56f76a831a9214fdfc989028ed7ec23f0..5e83b76495f788505b1a671afdeffd7035ea2604 100644 (file)
@@ -169,11 +169,11 @@ config IR_HIX5HD2
        tristate "Hisilicon hix5hd2 IR remote control"
        depends on RC_CORE
        help
-        Say Y here if you want to use hisilicon hix5hd2 remote control.
-        To compile this driver as a module, choose M here: the module will be
-        called ir-hix5hd2.
+          Say Y here if you want to use hisilicon hix5hd2 remote control.
+          To compile this driver as a module, choose M here: the module will be
+          called ir-hix5hd2.
 
-        If you're not sure, select N here
+          If you're not sure, select N here
 
 config IR_IMON
        tristate "SoundGraph iMON Receiver and Display"