media: intel-ipu3: Kconfig coding style issue
authorBrad Love <brad@nextdimension.cc>
Wed, 2 May 2018 23:19:29 +0000 (19:19 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 9 May 2018 20:26:23 +0000 (16:26 -0400)
Kconfig Help statements are two-spaced after a single tab.

The incorrect spacing breaks menuconfig on older kernels.

Signed-off-by: Brad Love <brad@nextdimension.cc>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/intel/ipu3/Kconfig

index 45cf99a512e484d5b0cd4e428faca0a4a3501172..fdae26b2bef0da17d4136b5c673297afc455dab9 100644 (file)
@@ -9,10 +9,10 @@ config VIDEO_IPU3_CIO2
        select VIDEOBUF2_DMA_SG
 
        ---help---
-       This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel
-       Skylake and Kaby Lake SoCs and used for capturing images and
-       video from a camera sensor.
+         This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel
+         Skylake and Kaby Lake SoCs and used for capturing images and
+         video from a camera sensor.
 
-       Say Y or M here if you have a Skylake/Kaby Lake SoC with MIPI CSI-2
-       connected camera.
-       The module will be called ipu3-cio2.
+         Say Y or M here if you have a Skylake/Kaby Lake SoC with MIPI CSI-2
+         connected camera.
+         The module will be called ipu3-cio2.