Commit f2f475e4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Mauro Carvalho Chehab

media: v4l2-subdev.h: drop duplicated word in comment

Delete the doubled words "the" in comments.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 91bbbf24
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment