]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp_mst: Reformat drm_dp_check_act_status() a bit
authorLyude Paul <lyude@redhat.com>
Fri, 3 Apr 2020 18:08:32 +0000 (14:08 -0400)
committerLyude Paul <lyude@redhat.com>
Thu, 9 Apr 2020 16:08:39 +0000 (12:08 -0400)
commit29efbdab40106967570ae4a771a99084bb5402f4
tree70fb24a56fe51fbf4318b86112dd8e6b3208a0c7
parent9dfe1c1a9fbe63f5d7ba2888d90620c7d928c29a
drm/dp_mst: Reformat drm_dp_check_act_status() a bit

Just add a bit more line wrapping, get rid of some extraneous
whitespace, remove an unneeded goto label, and move around some variable
declarations. No functional changes here.

Signed-off-by: Lyude Paul <lyude@redhat.com>
[this isn't a fix, but it's needed for the fix that comes after this]
Fixes: 70b1c29db684 ("drm/helper: add Displayport multi-stream helper (v0.6)")
Cc: Sean Paul <sean@poorly.run>
Cc: <stable@vger.kernel.org> # v3.17+
Reviewed-by: Sean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20200406221253.1307209-3-lyude@redhat.com
drivers/gpu/drm/drm_dp_mst_topology.c