Skip to content

Commit 4c93ede

Browse files
prosun786jnikula
authored andcommitted
drm: Fix for kernel doc warning
Added colon in kernel-doc comment to fix the warning. ./include/drm/drm_drv.h:372: warning: Incorrect use of kernel-doc format: * @fbdev_probe ./include/drm/drm_drv.h:435: warning: Function parameter or struct member 'fbdev_probe' not described in 'drm_driver' Signed-off-by: R Sundar <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Jani Nikula <[email protected]>
1 parent 3639fad commit 4c93ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ struct drm_driver {
369369
uint64_t *offset);
370370

371371
/**
372-
* @fbdev_probe
372+
* @fbdev_probe:
373373
*
374374
* Allocates and initialize the fb_info structure for fbdev emulation.
375375
* Furthermore it also needs to allocate the DRM framebuffer used to

0 commit comments

Comments
 (0)