staging: sm750fb: fix tabstop style warning
authorAndrea Ghittino <aghittino@gmail.com>
Tue, 29 Nov 2016 21:57:21 +0000 (22:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Nov 2016 11:59:53 +0000 (12:59 +0100)
Fixes sm750fb tabstop style warning
found by checkpatch.pl tool

Signed-off-by: Andrea Ghittino <aghittino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_accel.c

index 6fd18d2..af0db57 100644 (file)
@@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
                pSrcbuf += srcDelta;
        }
 
-           return 0;
+       return 0;
 }