aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-09-12 20:04:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-10-21 16:50:53 -0400
commitc12a7ba543d16c1770fb44670e5eb42ae524c502 (patch)
treee420654fe1755e46ab1ba9317858a9bdfb151e1b
parentdrm/amd/display: Fix warning about uninitialized variable (diff)
downloadwireguard-linux-c12a7ba543d16c1770fb44670e5eb42ae524c502.tar.xz
wireguard-linux-c12a7ba543d16c1770fb44670e5eb42ae524c502.zip
drm/amd/display: Fix up some whitespace in handle_cursor_update
Use combo of tabs and spaces Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index e439363ed54b..60587d6f81d7 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -3709,10 +3709,10 @@ static void handle_cursor_update(struct drm_plane *plane,
return;
DRM_DEBUG_DRIVER("%s: crtc_id=%d with size %d to %d\n",
- __func__,
- amdgpu_crtc->crtc_id,
- plane->state->crtc_w,
- plane->state->crtc_h);
+ __func__,
+ amdgpu_crtc->crtc_id,
+ plane->state->crtc_w,
+ plane->state->crtc_h);
ret = get_cursor_position(plane, crtc, &position);
if (ret)