Message ID | 20200714220553.20294-3-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] media/media-device.h: drop duplicated word in comment | expand |
On Tue, 2020-07-14 at 15:05 -0700, Randy Dunlap wrote: > Change the doubled word "the" in a comment to "to the". Hey > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Mauro Carvalho Chehab <mchehab@kernel.org> > Cc: linux-media@vger.kernel.org > --- > include/media/dvbdev.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200714.orig/include/media/dvbdev.h > +++ linux-next-20200714/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 an &struct reads OK as text, but does not as rst/html Perhaps this should be: return the address of the bound &struct i2c_client device or return a pointer to the bound &struct i2c_client device otherwise the html output is Return On success, return an struct i2c_client, pointing to the bound I2C device. NULL otherwise. and there seem to be too many commas used as well.
--- linux-next-20200714.orig/include/media/dvbdev.h +++ linux-next-20200714/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::
Change the doubled word "the" in a comment to "to the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org --- include/media/dvbdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)