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

media: lm3560: add a missing kernel-doc parameter

Fix this warning:
	drivers/media/i2c/lm3560.c:69: warning: No description found for parameter 'dev'
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 538cf643
......@@ -50,6 +50,7 @@ enum led_enable {
/**
* struct lm3560_flash
*
* @dev: pointer to &struct device
* @pdata: platform data
* @regmap: reg. map for i2c
* @lock: muxtex for serial access.
......
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