Skip to content

Commit 4494f0f

Browse files
gennar1Mauro Carvalho Chehab
authored andcommitted
[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>
1 parent f327cab commit 4494f0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/media/i2c/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ config VIDEO_S5C73M3
559559
tristate "Samsung S5C73M3 sensor support"
560560
depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
561561
---help---
562-
This is a V4L2 sensor-level driver for Samsung S5C73M3
563-
8 Mpixel camera.
562+
This is a V4L2 sensor-level driver for Samsung S5C73M3
563+
8 Mpixel camera.
564564

565565
comment "Flash devices"
566566

0 commit comments

Comments
 (0)