Commit b49996cb authored by Maarten Lankhorst's avatar Maarten Lankhorst
Browse files

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: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 13b99014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */