This is an automatic generated email to let you know that the following patch were queued:
Subject: media: lm3560: add a missing kernel-doc parameter Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Nov 29 10:17:33 2017 -0500 Fix this warning: drivers/media/i2c/lm3560.c:69: warning: No description found for parameter 'dev' Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/i2c/lm3560.c | 1 + 1 file changed, 1 insertion(+) --- diff --git a/drivers/media/i2c/lm3560.c b/drivers/media/i2c/lm3560.c index 251a2aaf98c3..b600e03aa94b 100644 --- a/drivers/media/i2c/lm3560.c +++ b/drivers/media/i2c/lm3560.c @@ -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. _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
