From: Maarten Lankhorst Date: Thu, 28 Feb 2019 12:25:43 +0000 (+0100) Subject: drm/doc: Fix copy paste error in drm_crtc_funcs.destroy() X-Git-Tag: v5.2-rc1~118^2~36^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49996cb304ae85b63526791b76f5aec3dae8e9c;p=thirdparty%2Fkernel%2Flinux.git drm/doc: Fix copy paste error in drm_crtc_funcs.destroy() The function is about cleaning up CRTC resources, not plane resources, fix this in docbook. Signed-off-by: Maarten Lankhorst Reviewed-by: Daniel Vetter --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 85abd3fe9e832..f7c3022dbdf46 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -472,7 +472,7 @@ struct drm_crtc_funcs { /** * @destroy: * - * Clean up plane resources. This is only called at driver unload time + * Clean up CRTC resources. This is only called at driver unload time * through drm_mode_config_cleanup() since a CRTC cannot be hotplugged * in DRM. */