summaryrefslogtreecommitdiff
path: root/include/media/dvbdev.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-15 00:05:51 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-19 14:00:17 +0200
commitffb189716081ff7dafb0978d31a290adff966d81 (patch)
treeb97776b93c1f397f26c0edaeb4bdfdff37ddd8a4 /include/media/dvbdev.h
parentf040e0fd29e4a09855c8cff8c6d22b4745a19796 (diff)
media: dvbdev.h: fix duplicated word in comment
Change the doubled word "the" in a comment to "to the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media/dvbdev.h')
-rw-r--r--include/media/dvbdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/dvbdev.h b/include/media/dvbdev.h
index 551325858de3..1f7b008387f8 100644
--- a/include/media/dvbdev.h
+++ b/include/media/dvbdev.h
@@ -385,7 +385,7 @@ struct i2c_client;
* with dvb_module_probe() should use dvb_module_release() to unbind.
*
* Return:
- * On success, return an &struct i2c_client, pointing the the bound
+ * On success, return an &struct i2c_client, pointing to the bound
* I2C device. %NULL otherwise.
*
* .. note::