mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user