mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 12:10:23 -04: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