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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b49996cb304ae85b63526791b76f5aec3dae8e9c;p=linux.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. */