Message ID | 20200714220553.20294-5-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 14/07/2020 23:05, Randy Dunlap wrote: > Delete the doubled words "the" in comments. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Mauro Carvalho Chehab <mchehab@kernel.org> > Cc: linux-media@vger.kernel.org I guess the second instance of the word could have also been removed, to keep more content on the first line, which fits under 80chars, but I don't think it really matters. Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> > --- > include/media/v4l2-subdev.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > --- linux-next-20200714.orig/include/media/v4l2-subdev.h > +++ linux-next-20200714/include/media/v4l2-subdev.h > @@ -566,9 +566,9 @@ struct v4l2_subdev_ir_parameters { > * > * @rx_read: Reads received codes or pulse width data. > * The semantics are similar to a non-blocking read() call. > - * @rx_g_parameters: Get the current operating parameters and state of the > + * @rx_g_parameters: Get the current operating parameters and state of > * the IR receiver. > - * @rx_s_parameters: Set the current operating parameters and state of the > + * @rx_s_parameters: Set the current operating parameters and state of > * the IR receiver. It is recommended to call > * [rt]x_g_parameters first to fill out the current state, and only change > * the fields that need to be changed. Upon return, the actual device > @@ -582,9 +582,9 @@ struct v4l2_subdev_ir_parameters { > * > * @tx_write: Writes codes or pulse width data for transmission. > * The semantics are similar to a non-blocking write() call. > - * @tx_g_parameters: Get the current operating parameters and state of the > + * @tx_g_parameters: Get the current operating parameters and state of > * the IR transmitter. > - * @tx_s_parameters: Set the current operating parameters and state of the > + * @tx_s_parameters: Set the current operating parameters and state of > * the IR transmitter. It is recommended to call > * [rt]x_g_parameters first to fill out the current state, and only change > * the fields that need to be changed. Upon return, the actual device >
--- linux-next-20200714.orig/include/media/v4l2-subdev.h +++ linux-next-20200714/include/media/v4l2-subdev.h @@ -566,9 +566,9 @@ struct v4l2_subdev_ir_parameters { * * @rx_read: Reads received codes or pulse width data. * The semantics are similar to a non-blocking read() call. - * @rx_g_parameters: Get the current operating parameters and state of the + * @rx_g_parameters: Get the current operating parameters and state of * the IR receiver. - * @rx_s_parameters: Set the current operating parameters and state of the + * @rx_s_parameters: Set the current operating parameters and state of * the IR receiver. It is recommended to call * [rt]x_g_parameters first to fill out the current state, and only change * the fields that need to be changed. Upon return, the actual device @@ -582,9 +582,9 @@ struct v4l2_subdev_ir_parameters { * * @tx_write: Writes codes or pulse width data for transmission. * The semantics are similar to a non-blocking write() call. - * @tx_g_parameters: Get the current operating parameters and state of the + * @tx_g_parameters: Get the current operating parameters and state of * the IR transmitter. - * @tx_s_parameters: Set the current operating parameters and state of the + * @tx_s_parameters: Set the current operating parameters and state of * the IR transmitter. It is recommended to call * [rt]x_g_parameters first to fill out the current state, and only change * the fields that need to be changed. Upon return, the actual device
Delete the doubled words "the" in comments. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org --- include/media/v4l2-subdev.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)