Commit fa810845 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] Docbook: Fix s_rx_carrier_range parameter description

Warning(.//include/media/rc-core.h:178): No description found for parameter 's_rx_carrier_range'
Warning(.//include/media/rc-core.h:178): Excess struct/union/enum/typedef member 's_rx_carrier' description in 'rc_dev'
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
parent f8b27377
...@@ -112,7 +112,7 @@ enum rc_filter_type { ...@@ -112,7 +112,7 @@ enum rc_filter_type {
* @s_tx_mask: set transmitter mask (for devices with multiple tx outputs) * @s_tx_mask: set transmitter mask (for devices with multiple tx outputs)
* @s_tx_carrier: set transmit carrier frequency * @s_tx_carrier: set transmit carrier frequency
* @s_tx_duty_cycle: set transmit duty cycle (0% - 100%) * @s_tx_duty_cycle: set transmit duty cycle (0% - 100%)
* @s_rx_carrier: inform driver about carrier it is expected to handle * @s_rx_carrier_range: inform driver about carrier it is expected to handle
* @tx_ir: transmit IR * @tx_ir: transmit IR
* @s_idle: enable/disable hardware idle mode, upon which, * @s_idle: enable/disable hardware idle mode, upon which,
* device doesn't interrupt host until it sees IR pulses * device doesn't interrupt host until it sees IR pulses
......
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