Skip to content

Commit 3a396f9

Browse files
rddunlaplag-linaro
authored andcommitted
backlight: sky81452: Fix sky81452_bl_platform_data kernel-doc
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 <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5a7fbe4 commit 3a396f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/backlight/sky81452-backlight.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define SKY81452_MAX_BRIGHTNESS (SKY81452_CS + 1)
4242

4343
/**
44-
* struct sky81452_platform_data
44+
* struct sky81452_bl_platform_data - backlight platform data
4545
* @name: backlight driver name.
4646
* If it is not defined, default name is lcd-backlight.
4747
* @gpiod_enable:GPIO descriptor which control EN pin

0 commit comments

Comments
 (0)