From: Lee Jones Date: Tue, 23 Jun 2020 11:48:41 +0000 (+0100) Subject: backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg X-Git-Tag: v5.15~3125^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7099c930fa71438f1b46350f693e3e6d7e627482;p=platform%2Fkernel%2Flinux-starfive.git backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg Kerneldoc syntax is used, but not complete. Descriptions required. Prevents warnings like: drivers/video/backlight/ili922x.c:298: warning: Function parameter or member 'spi' not described in 'ili922x_reg_dump' Cc: Bartlomiej Zolnierkiewicz Cc: Software Engineering Signed-off-by: Lee Jones Reviewed-by: Daniel Thompson Reviewed-by: Sam Ravnborg Signed-off-by: Lee Jones --- diff --git a/drivers/video/backlight/ili922x.c b/drivers/video/backlight/ili922x.c index fe03fb0..328aba9 100644 --- a/drivers/video/backlight/ili922x.c +++ b/drivers/video/backlight/ili922x.c @@ -295,6 +295,8 @@ static int ili922x_write(struct spi_device *spi, u8 reg, u16 value) #ifdef DEBUG /** * ili922x_reg_dump - dump all registers + * + * @spi: pointer to an SPI device */ static void ili922x_reg_dump(struct spi_device *spi) {