]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/qxl: Remove trailing whitespace
authorShayenne da Luz Moura <shayenneluzmoura@gmail.com>
Fri, 26 Oct 2018 19:21:50 +0000 (16:21 -0300)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Oct 2018 06:19:58 +0000 (07:19 +0100)
Remove extra tab and space to clean the checkpath.pl error.

ERROR: trailing whitespace

Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/fb0e2237bc505c855a0a842c081a39d524c571dc.1540579956.git.shayenneluzmoura@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/qxl/qxl_dumb.c

index c666b89eed5d12d77c3be77ac3c23290895a9424..089e5fcf80e0cb8550b450d53782126e22da845d 100644 (file)
@@ -52,7 +52,7 @@ int qxl_mode_dumb_create(struct drm_file *file_priv,
        default:
                return -EINVAL;
        }
-         
+
        surf.width = args->width;
        surf.height = args->height;
        surf.stride = pitch;