From: Alex Deucher Date: Thu, 9 Jan 2020 03:21:30 +0000 (-0500) Subject: drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs X-Git-Tag: Ubuntu-5.13.0-19.19~6775^2~11^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9edb435aed968a2c792f6d847f524587697edf37;p=mirror_ubuntu-jammy-kernel.git drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs the parameter is the mst manager, not the port. Reviewed-by: Mikita Lipski Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topology.c index fa0656697c72..5d3c1d379277 100644 --- a/drivers/gpu/drm/drm_dp_mst_topology.c +++ b/drivers/gpu/drm/drm_dp_mst_topology.c @@ -4854,7 +4854,7 @@ drm_dp_mst_atomic_check_vcpi_alloc_limit(struct drm_dp_mst_topology_mgr *mgr, /** * drm_dp_mst_add_affected_dsc_crtcs * @state: Pointer to the new struct drm_dp_mst_topology_state - * @port: Port pointer of connector with new state + * @mgr: MST topology manager * * Whenever there is a change in mst topology * DSC configuration would have to be recalculated