diff options
Diffstat (limited to 'drivers/media/rc/ir-sharp-decoder.c')
| -rw-r--r-- | drivers/media/rc/ir-sharp-decoder.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/ir-sharp-decoder.c b/drivers/media/rc/ir-sharp-decoder.c index 129b558acc92..7140dd6160ee 100644 --- a/drivers/media/rc/ir-sharp-decoder.c +++ b/drivers/media/rc/ir-sharp-decoder.c @@ -39,7 +39,7 @@ enum sharp_state {  /**   * ir_sharp_decode() - Decode one Sharp pulse or space   * @dev:	the struct rc_dev descriptor of the device - * @duration:	the struct ir_raw_event descriptor of the pulse/space + * @ev:		the struct ir_raw_event descriptor of the pulse/space   *   * This function returns -EINVAL if the pulse violates the state machine   */  | 
