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 <prosunofficial@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241003023806.17537-1-prosunofficial@gmail.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent 3639fad commit 4c93ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)