Commit b49996cb authored by Maarten Lankhorst's avatar Maarten Lankhorst

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
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment