On Thu, Jan 12, 2023 at 10:41:18PM -0800, Randy Dunlap wrote: > Correct the struct name and add a short struct description to fix the > kernel-doc notation. > > Prevents this kernel-doc warning: > drivers/video/backlight/sky81452-backlight.c:64: warning: expecting prototype for struct sky81452_platform_data. Prototype was for struct sky81452_bl_platform_data instead > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Lee Jones <lee@xxxxxxxxxx> > Cc: Daniel Thompson <daniel.thompson@xxxxxxxxxx> > Cc: Jingoo Han <jingoohan1@xxxxxxxxx> > Cc: Helge Deller <deller@xxxxxx> > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > Cc: linux-fbdev@xxxxxxxxxxxxxxx Reviewed-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Daniel.