All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] media: cec: don't use the deprecated help tag
@ 2020-06-15  5:18 Mauro Carvalho Chehab
  2020-06-15  5:18 ` [PATCH 2/2] media: atomisp: replace old ---help--- tags by just help Mauro Carvalho Chehab
  2020-06-15  5:21 ` [PATCH 1/2] media: cec: don't use the deprecated help tag Mauro Carvalho Chehab
  0 siblings, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15  5:18 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Mauro Carvalho Chehab, Sakari Ailus, Greg Kroah-Hartman, devel,
	linux-kernel

According with changeset 3e1ad4054b8d ("doc: don't use deprecated "---help---" markers in target docs"),
We want to get rid of the old ---help--- tag.

There's just the cec/Kconfig file under drivers/media using it.
Replace it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 drivers/staging/media/atomisp/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig
index f75765cb0fc8..fea06cb0eb48 100644
--- a/drivers/staging/media/atomisp/Kconfig
+++ b/drivers/staging/media/atomisp/Kconfig
@@ -15,7 +15,7 @@ config VIDEO_ATOMISP
 	depends on PMIC_OPREGION
 	select IOSF_MBI
 	select VIDEOBUF_VMALLOC
-	---help---
+	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
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-15  5:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15  5:18 [PATCH 1/2] media: cec: don't use the deprecated help tag Mauro Carvalho Chehab
2020-06-15  5:18 ` [PATCH 2/2] media: atomisp: replace old ---help--- tags by just help Mauro Carvalho Chehab
2020-06-15  5:22   ` Mauro Carvalho Chehab
2020-06-15  5:36     ` Joe Perches
2020-06-15  5:21 ` [PATCH 1/2] media: cec: don't use the deprecated help tag Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.