backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg
authorLee Jones <lee.jones@linaro.org>
Tue, 23 Jun 2020 11:48:41 +0000 (12:48 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:11:42 +0000 (08:11 +0100)
commit7099c930fa71438f1b46350f693e3e6d7e627482
tree944f0c06b7ace90f38016eb93b7f5cd4c23d331b
parentee555c1dbe69d7de80d11ebbe5c9589726e12ed9
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 <b.zolnierkie@samsung.com>
Cc: Software Engineering <sbabic@denx.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/ili922x.c