Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Docbook: fix comments at v4l2-flash-led-class.h

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 <mchehab@osg.samsung.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>

+6 -6
+6 -6
include/media/v4l2-flash-led-class.h
··· 48 48 /** 49 49 * struct v4l2_flash_config - V4L2 Flash sub-device initialization data 50 50 * @dev_name: the name of the media entity, 51 - unique in the system 51 + * unique in the system 52 52 * @torch_intensity: constraints for the LED in torch mode 53 53 * @indicator_intensity: constraints for the indicator LED 54 54 * @flash_faults: bitmask of flash faults that the LED flash class 55 - device can report; corresponding LED_FAULT* bit 56 - definitions are available in the header file 57 - <linux/led-class-flash.h> 55 + * device can report; corresponding LED_FAULT* bit 56 + * definitions are available in the header file 57 + * <linux/led-class-flash.h> 58 58 * @has_external_strobe: external strobe capability 59 59 */ 60 60 struct v4l2_flash_config { ··· 105 105 * @fled_cdev: LED flash class device to wrap 106 106 * @iled_cdev: LED flash class device representing indicator LED associated 107 107 * with fled_cdev, may be NULL 108 - * @flash_ops: V4L2 Flash device ops 108 + * @ops: V4L2 Flash device ops 109 109 * @config: initialization data for V4L2 Flash sub-device 110 110 * 111 111 * Create V4L2 Flash sub-device wrapping given LED subsystem device. ··· 123 123 124 124 /** 125 125 * v4l2_flash_release - release V4L2 Flash sub-device 126 - * @flash: the V4L2 Flash sub-device to release 126 + * @v4l2_flash: the V4L2 Flash sub-device to release 127 127 * 128 128 * Release V4L2 Flash sub-device. 129 129 */