]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Clean up indenting in dm_dp_mst_is_port_support_mode()
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 20 Jun 2024 08:49:43 +0000 (11:49 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jun 2024 21:09:46 +0000 (17:09 -0400)
commit1a0c9c218250fe53f530fcdfa1ac16c59f2762e4
treedc716947ab1f79fe232e72d4b3c04b3b85c407df
parentc71c9aafd5faa579e6ffe32018071c7af97d5a2e
drm/amd/display: Clean up indenting in dm_dp_mst_is_port_support_mode()

This code works, but it's not aligned correctly.  Add a couple missing
tabs.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c