media: cec: Kconfig coding style issue
authorBrad Love <[email protected]>
Wed, 2 May 2018 23:19:30 +0000 (19:19 -0400)
committerMauro Carvalho Chehab <[email protected]>
Wed, 9 May 2018 20:26:50 +0000 (16:26 -0400)
Use tabs instead of spaces and help is two-spaced after single tab.

The incorrect spacing breaks menuconfig on older kernels.

Signed-off-by: Brad Love <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/Kconfig

index 37124c3b8c2afb99a7095f83f22531d3def1f0d0..8add62a18293eff36f081922f9f73e3b1da26d31 100644 (file)
@@ -78,13 +78,13 @@ config MEDIA_SDR_SUPPORT
          Say Y when you have a software defined radio device.
 
 config MEDIA_CEC_SUPPORT
-       bool "HDMI CEC support"
-       ---help---
-        Enable support for HDMI CEC (Consumer Electronics Control),
-        which is an optional HDMI feature.
+       bool "HDMI CEC support"
+       ---help---
+         Enable support for HDMI CEC (Consumer Electronics Control),
+         which is an optional HDMI feature.
 
-        Say Y when you have an HDMI receiver, transmitter or a USB CEC
-        adapter that supports HDMI CEC.
+         Say Y when you have an HDMI receiver, transmitter or a USB CEC
+         adapter that supports HDMI CEC.
 
 source "drivers/media/cec/Kconfig"