drm/amd/display: Fix up some whitespace in handle_cursor_update
authorHarry Wentland <harry.wentland@amd.com>
Wed, 13 Sep 2017 00:04:48 +0000 (20:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:50:53 +0000 (16:50 -0400)
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index e439363..60587d6 100644 (file)
@@ -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)