staging: sm750fb: fix tabstop style warning

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>
This commit is contained in:
Andrea Ghittino 2016-11-29 22:57:21 +01:00 committed by Greg Kroah-Hartman
parent a4424bf50b
commit f1706cb74e

View file

@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
pSrcbuf += srcDelta;
}
return 0;
return 0;
}