diff options
author | Gianluca Gennari <gennarone@gmail.com> | 2013-04-25 09:46:38 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-25 15:20:09 -0400 |
commit | 4494f0fdd825958d596d05a4bd577df94b149038 (patch) | |
tree | 2f015460c817086e44d2ee033aa722e9c671738b /drivers/media | |
parent | f327cabf7fc2a356e6eddfa51b1dc54c3bc625d9 (diff) |
[media] s5c73m3: fix indentation of the help section in Kconfig
The 'help' section of the Kconfig entry for this driver is missing
an extra alignment. That seems to violate what's stated at:
Documentation/kbuild/kconfig-language.txt
Even if it works, the better is to add 2 extra spaces there, as
this is the common practice and helps human reading of the file.
Also, the way it is, it breaks backport trees.
Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/i2c/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 9e7ce8bff4e9..f981d50a2a8c 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -559,8 +559,8 @@ config VIDEO_S5C73M3 | |||
559 | tristate "Samsung S5C73M3 sensor support" | 559 | tristate "Samsung S5C73M3 sensor support" |
560 | depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 560 | depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
561 | ---help--- | 561 | ---help--- |
562 | This is a V4L2 sensor-level driver for Samsung S5C73M3 | 562 | This is a V4L2 sensor-level driver for Samsung S5C73M3 |
563 | 8 Mpixel camera. | 563 | 8 Mpixel camera. |
564 | 564 | ||
565 | comment "Flash devices" | 565 | comment "Flash devices" |
566 | 566 | ||