video: backlight: sky81452-backlight: Fix some kerneldoc issues
authorLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:44:21 +0000 (08:44 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 8 Jul 2020 13:08:26 +0000 (14:08 +0100)
commitc847e429db9de0a214401477c7292066e599a7c9
treefc7cbf2cd4e53b1eacd7826c125b713f5e6d8a00
parente17c7461a28ce7f0cc2c1aec307584dccd04a847
video: backlight: sky81452-backlight: Fix some kerneldoc issues

Firstly, all lines must begin with a '*'.  Secondly, arg descriptions
must be spelt correctly, so fix misspelling of 'gpioD_enable' and
'short_detecTion_threshold'

Fixes the following W=1 kernel build warning(s):

 drivers/video/backlight/sky81452-backlight.c:46: warning: bad line:                 If it is not defined, default name is lcd-backlight.
 drivers/video/backlight/sky81452-backlight.c:64: warning: Function parameter or member 'gpiod_enable' not described in 'sky81452_bl_platform_data'
 drivers/video/backlight/sky81452-backlight.c:64: warning: Function parameter or member 'short_detection_threshold' not described in 'sky81452_bl_platform_data'

Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/sky81452-backlight.c