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>
This commit is contained in:
Harry Wentland
2017-09-12 20:04:48 -04:00
committed by Alex Deucher
parent 4beb50ff5e
commit c12a7ba543

View File

@@ -3709,10 +3709,10 @@ static void handle_cursor_update(struct drm_plane *plane,
return; return;
DRM_DEBUG_DRIVER("%s: crtc_id=%d with size %d to %d\n", DRM_DEBUG_DRIVER("%s: crtc_id=%d with size %d to %d\n",
__func__, __func__,
amdgpu_crtc->crtc_id, amdgpu_crtc->crtc_id,
plane->state->crtc_w, plane->state->crtc_w,
plane->state->crtc_h); plane->state->crtc_h);
ret = get_cursor_position(plane, crtc, &position); ret = get_cursor_position(plane, crtc, &position);
if (ret) if (ret)