Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 561b29e4 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

media: fix media Kconfig help syntax issues



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.

I went through all Kconfigs under drivers/media and fixed any bad help
sections. This makes it conform to the common practice and should fix
problems with 'make menuconfig' when using media_build. This is due to
a "WARNING" message that media_build can insert in the Kconfig and that
assumes the help text is indented by at least two spaces. If not, then the
Kconfig becomes invalid and 'make menuconfig' fails.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Reported-by: default avatarThomas Kaiser <linux-dvb@kaiser-linux.li>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 201c7996
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ config DVB_NETUP_UNIDVB
	select DVB_CXD2841ER if MEDIA_SUBDRV_AUTOSELECT
	---help---
	  Support for NetUP PCI express Universal DVB card.
     help
	Say Y when you want to support NetUP Dual Universal DVB card

	  Say Y when you want to support NetUP Dual Universal DVB card.
	  Card can receive two independent streams in following standards:
		DVB-S/S2, T/T2, C/C2
	  Two CI slots available for CAM modules.
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ config VIDEO_PVRUSB2_DVB
	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
	select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
	---help---

	  This option enables a DVB interface for the pvrusb2 driver.
	  If your device does not support digital television, this
	  feature will have no affect on the driver's operation.
+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

Loading