media: rc-core.h: minor adjustments at rc_driver_type doc
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 24 Sep 2017 09:24:58 +0000 (05:24 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Dec 2017 15:16:04 +0000 (10:16 -0500)
The description of this enum doesn't match what it
actually represents. Adjust it.

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/media/rc-core.h

index 0a4026c..aed4272 100644 (file)
@@ -31,9 +31,9 @@ do {                                                          \
 } while (0)
 
 /**
- * enum rc_driver_type - type of the RC output
+ * enum rc_driver_type - type of the RC driver.
  *
- * @RC_DRIVER_SCANCODE:         Driver or hardware generates a scancode
+ * @RC_DRIVER_SCANCODE:         Driver or hardware generates a scancode.
  * @RC_DRIVER_IR_RAW:   Driver or hardware generates pulse/space sequences.
  *                      It needs a Infra-Red pulse/space decoder
  * @RC_DRIVER_IR_RAW_TX: Device transmitter only,