media: dvbdev.h: fix duplicated word in comment
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 14 Jul 2020 22:05:51 +0000 (00:05 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 19 Jul 2020 12:00:17 +0000 (14:00 +0200)
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>
include/media/dvbdev.h

index 551325858de3d00f5fa6d94a6c1ec8c5f9a85360..1f7b008387f88285e381e2cd7527516dea52ab72 100644 (file)
@@ -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::