drm: Fix for kernel doc warning
authorR Sundar <prosunofficial@gmail.com>
Thu, 3 Oct 2024 02:38:06 +0000 (08:08 +0530)
committerJani Nikula <jani.nikula@intel.com>
Wed, 9 Oct 2024 15:31:38 +0000 (18:31 +0300)
commit4c93ede2b0c73a7708f46a01669769d15d31e1d2
tree1a68aec9796ba67de498e072dd148190fd0729b6
parent3639fadc7e98a5b0aef399d7beef24b028fdf898
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>
include/drm/drm_drv.h