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 <maarten.lankhorst@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Maarten Lankhorst 2019-02-28 13:25:43 +01:00
parent 13b99014c6
commit b49996cb30

View File

@ -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.
*/