aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMarc Gonzalez <marc.w.gonzalez@free.fr>2019-06-05 07:59:10 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-05 11:31:51 -0400
commite96a8819a6c4fc578809ba79d64abca57145acb7 (patch)
tree3c9a3166af8078408faee41bda020ad58043ddd4 /include/media
parentmedia: dvb: tag deprecated DVB APIs as such (diff)
downloadlinux-dev-e96a8819a6c4fc578809ba79d64abca57145acb7.tar.xz
linux-dev-e96a8819a6c4fc578809ba79d64abca57145acb7.zip
media: docs: fix minor typos
Fix minor typos in the DVB demux documentation. Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/dvbdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/dvbdev.h b/include/media/dvbdev.h
index 881ca461b7bb..551325858de3 100644
--- a/include/media/dvbdev.h
+++ b/include/media/dvbdev.h
@@ -86,8 +86,8 @@ struct dvb_frontend;
* @priv: private data
* @device: pointer to struct device
* @module: pointer to struct module
- * @mfe_shared: mfe shared: indicates mutually exclusive frontends
- * Thie usage of this flag is currently deprecated
+ * @mfe_shared: indicates mutually exclusive frontends.
+ * Use of this flag is currently deprecated.
* @mfe_dvbdev: Frontend device in use, in the case of MFE
* @mfe_lock: Lock to prevent using the other frontends when MFE is
* used.