drm/rockchip: vop: Fix kernel-doc warnings

drivers/gpu/drm/rockchip/rockchip_drm_vop.c:2386: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * rockchip_atomic_helper_update_plane copy from drm_atomic_helper_update_plane
drivers/gpu/drm/rockchip/rockchip_drm_vop.c:2386: warning: missing initial short description on line:
drivers/gpu/drm/rockchip/rockchip_drm_vop.c:2458: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * drm_atomic_helper_disable_plane copy from drm_atomic_helper_disable_plane
drivers/gpu/drm/rockchip/rockchip_drm_vop.c:2458: warning: missing initial short description on line:

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ie9d2e00238e4c45d6a8ad7581ea7482b14092a23
This commit is contained in:
Tao Huang
2024-04-23 11:34:38 +08:00
parent 952d1e9902
commit 40e33abf50

View File

@@ -2383,7 +2383,7 @@ static const struct drm_plane_helper_funcs plane_helper_funcs = {
};
/**
* rockchip_atomic_helper_update_plane copy from drm_atomic_helper_update_plane
* rockchip_atomic_helper_update_plane - copy from drm_atomic_helper_update_plane
* be designed to support async commit at ioctl DRM_IOCTL_MODE_SETPLANE.
* @plane: plane object to update
* @crtc: owning CRTC of owning plane
@@ -2455,7 +2455,7 @@ fail:
/**
* drm_atomic_helper_disable_plane copy from drm_atomic_helper_disable_plane
* rockchip_atomic_helper_disable_plane - copy from drm_atomic_helper_disable_plane
* be designed to support async commit at ioctl DRM_IOCTL_MODE_SETPLANE.
*
* @plane: plane to disable