From: Randy Dunlap Date: Tue, 14 Jul 2020 22:05:51 +0000 (+0200) Subject: media: dvbdev.h: fix duplicated word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ffb189716081ff7dafb0978d31a290adff966d81;p=linux.git media: dvbdev.h: fix duplicated word in comment Change the doubled word "the" in a comment to "to the". Signed-off-by: Randy Dunlap Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/dvbdev.h b/include/media/dvbdev.h index 551325858de3d..1f7b008387f88 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::