This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/media_tree.git tree:

Subject: [media] Docbook: fix comments at v4l2-flash-led-class.h
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Sat Aug 22 05:28:44 2015 -0300

Warning(.//include/media/v4l2-flash-led-class.h:51): bad line:                  
        unique in the system
Warning(.//include/media/v4l2-flash-led-class.h:56): bad line:                  
        definitions are available in the header file
Warning(.//include/media/v4l2-flash-led-class.h:57): bad line:                  
        <linux/led-class-flash.h>
Warning(.//include/media/v4l2-flash-led-class.h:122): No description found for 
parameter 'ops'
Warning(.//include/media/v4l2-flash-led-class.h:122): Excess function parameter 
'flash_ops' description in 'v4l2_flash_init'
Warning(.//include/media/v4l2-flash-led-class.h:130): No description found for 
parameter 'v4l2_flash'
Warning(.//include/media/v4l2-flash-led-class.h:130): Excess function parameter 
'flash' description in 'v4l2_flash_release'

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>

 include/media/v4l2-flash-led-class.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=62ba6b22f4bb99dbf53c5a0ac43b24c00c0fc86a

diff --git a/include/media/v4l2-flash-led-class.h 
b/include/media/v4l2-flash-led-class.h
index 098236c..3d184ab 100644
--- a/include/media/v4l2-flash-led-class.h
+++ b/include/media/v4l2-flash-led-class.h
@@ -48,13 +48,13 @@ struct v4l2_flash_ops {
 /**
  * struct v4l2_flash_config - V4L2 Flash sub-device initialization data
  * @dev_name:                  the name of the media entity,
-                               unique in the system
+ *                             unique in the system
  * @torch_intensity:           constraints for the LED in torch mode
  * @indicator_intensity:       constraints for the indicator LED
  * @flash_faults:              bitmask of flash faults that the LED flash class
-                               device can report; corresponding LED_FAULT* bit
-                               definitions are available in the header file
-                               <linux/led-class-flash.h>
+ *                             device can report; corresponding LED_FAULT* bit
+ *                             definitions are available in the header file
+ *                             <linux/led-class-flash.h>
  * @has_external_strobe:       external strobe capability
  */
 struct v4l2_flash_config {
@@ -105,7 +105,7 @@ static inline struct v4l2_flash 
*v4l2_ctrl_to_v4l2_flash(struct v4l2_ctrl *c)
  * @fled_cdev: LED flash class device to wrap
  * @iled_cdev: LED flash class device representing indicator LED associated
  *             with fled_cdev, may be NULL
- * @flash_ops: V4L2 Flash device ops
+ * @ops:       V4L2 Flash device ops
  * @config:    initialization data for V4L2 Flash sub-device
  *
  * Create V4L2 Flash sub-device wrapping given LED subsystem device.
@@ -123,7 +123,7 @@ struct v4l2_flash *v4l2_flash_init(
 
 /**
  * v4l2_flash_release - release V4L2 Flash sub-device
- * @flash: the V4L2 Flash sub-device to release
+ * @v4l2_flash: the V4L2 Flash sub-device to release
  *
  * Release V4L2 Flash sub-device.
  */

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to