From: Devin Heitmueller Date: Wed, 19 Apr 2017 23:13:54 +0000 (-0300) Subject: [media] rc: fix breakage in "make menuconfig" for media_build X-Git-Tag: v4.13-rc1~141^2~279 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=842e39c0988c4ab4ce42dce512990e87f3eb97bc;p=karo-tx-linux.git [media] rc: fix breakage in "make menuconfig" for media_build 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 Signed-off-by: Sean Young Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index e422f3d56f76..5e83b76495f7 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -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"