aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/m88ds3103.h
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-10-23 16:08:10 +0200
committerGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-11-16 10:31:16 +0100
commitb064945517ee368bfb6343bf3fb4613d537c4bbb (patch)
tree886ac97ab3810df8fea523eee172ad9f8f44c6a1 /drivers/media/dvb-frontends/m88ds3103.h
parentmedia: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jp... (diff)
downloadlinux-b064945517ee368bfb6343bf3fb4613d537c4bbb.tar.gz
linux-b064945517ee368bfb6343bf3fb4613d537c4bbb.tar.bz2
linux-b064945517ee368bfb6343bf3fb4613d537c4bbb.zip
media: fix kernel-doc markups
Some identifiers have different names between their prototypes and the kernel-doc markup. Seome seems to be due to cut-and-paste related issues. Others need to be fixed, as kernel-doc markups should use this format: identifier - description Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> # IPU3 and V4L2 Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends/m88ds3103.h')
-rw-r--r--drivers/media/dvb-frontends/m88ds3103.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/m88ds3103.h b/drivers/media/dvb-frontends/m88ds3103.h
index 46b722495e4c..e32b68c0df70 100644
--- a/drivers/media/dvb-frontends/m88ds3103.h
+++ b/drivers/media/dvb-frontends/m88ds3103.h
@@ -128,7 +128,7 @@ struct m88ds3103_config {
#if defined(CONFIG_DVB_M88DS3103) || \
(defined(CONFIG_DVB_M88DS3103_MODULE) && defined(MODULE))
/**
- * Attach a m88ds3103 demod
+ * m88ds3103_attach - Attach a m88ds3103 demod
*
* @config: pointer to &struct m88ds3103_config with demod configuration.
* @i2c: i2c adapter to use.