]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docs
authorLyude Paul <lyude@redhat.com>
Wed, 6 Feb 2019 18:31:01 +0000 (13:31 -0500)
committerLyude Paul <lyude@redhat.com>
Wed, 6 Feb 2019 18:37:38 +0000 (13:37 -0500)
commit6be108c4399e2588a9ffb71cfb975dd3f93ddc58
tree20302a63ddee73c136e9036e5d23d8feaa469d54
parent4aa6118904ed548cca2b5fb98f11621845f8eff5
drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docs

Looks like when making the final revision of:

commit 37bb64557c55 ("drm/atomic: Add drm_atomic_state->duplicated")

I forgot to remove some of the comments that I had added to
drm_dp_atomic_find_vcpi_slots() and drm_dp_atomic_release_vcpi_slots()
that were no longer valid due to us having removed the state->duplicated
checks from each function. This also introduced an error while building
the docs with sphinx:

./drivers/gpu/drm/drm_dp_mst_topology.c:3100: WARNING: Inline literal
start-string without end-string.

So, fix that by just removing the kerneldoc comments.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Fixes: 37bb64557c55 ("drm/atomic: Add drm_atomic_state->duplicated")
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190202002023.29665-5-lyude@redhat.com
drivers/gpu/drm/drm_dp_mst_topology.c