]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 6fd18d24f5b21ba6b377a5d152d21b362af27f42..af0db5789c532277c404de6f7f76009a2db777b9 100644 (file)
@@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
                pSrcbuf += srcDelta;
        }
 
-           return 0;
+       return 0;
 }