]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
media: atomisp: fix small Kconfig issues
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 30 Aug 2017 08:39:00 +0000 (04:39 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 23 Sep 2017 19:02:29 +0000 (15:02 -0400)
The help text should be indented by at least two spaces after the
'help' separator. This is both good practice and the media_build system
for building media drivers makes this assumption.

Fix this for the atomisp/i2c/Kconfig and fix the atomisp/pci/Kconfig
that didn't align the help separator with the preceding keywords.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/atomisp/i2c/Kconfig
drivers/staging/media/atomisp/pci/Kconfig

index b80d29d53e659f493509ede7bc9ee2aff80e615a..e628b5c3745501c9b8da7c25949ea008371f0bf5 100644 (file)
@@ -75,8 +75,8 @@ config VIDEO_GC0310
        tristate "GC0310 sensor support"
         depends on I2C && VIDEO_V4L2
         ---help---
-         This is a Video4Linux2 sensor-level driver for the Galaxycore
-         GC0310 0.3MP sensor.
+          This is a Video4Linux2 sensor-level driver for the Galaxycore
+          GC0310 0.3MP sensor.
         
 config VIDEO_OV2680
        tristate "Omnivision OV2680 sensor support"
index a72421431c7a995d194d5e437ce83eefdb33cd76..6b2203e6d5117d44a75e2ce058024eb46d544c81 100644 (file)
@@ -3,11 +3,11 @@
 #
 
 config VIDEO_ATOMISP
-       tristate "Intel Atom Image Signal Processor Driver"
-       depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
-       select VIDEOBUF_VMALLOC
-        ---help---
-          Say Y here if your platform supports Intel Atom SoC
-          camera imaging subsystem.
-          To compile this driver as a module, choose M here: the
-          module will be called atomisp
+       tristate "Intel Atom Image Signal Processor Driver"
+       depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+       select VIDEOBUF_VMALLOC
+       ---help---
+         Say Y here if your platform supports Intel Atom SoC
+         camera imaging subsystem.
+         To compile this driver as a module, choose M here: the
+         module will be called atomisp