Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrea Ghittino and committed by
Greg Kroah-Hartman
f1706cb7 a4424bf5

+1 -1
+1 -1
drivers/staging/sm750fb/sm750_accel.c
··· 395 395 pSrcbuf += srcDelta; 396 396 } 397 397 398 - return 0; 398 + return 0; 399 399 } 400 400