Skip to content

Commit

Permalink
drm: Fix for kernel doc warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
R Sundar authored and Jani Nikula committed Oct 9, 2024
1 parent 3639fad commit 4c93ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/drm_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ struct drm_driver {
uint64_t *offset);

/**
* @fbdev_probe
* @fbdev_probe:
*
* Allocates and initialize the fb_info structure for fbdev emulation.
* Furthermore it also needs to allocate the DRM framebuffer used to
Expand Down

0 comments on commit 4c93ede

Please sign in to comment.