mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 12:54:50 -04:00
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:
committed by
Greg Kroah-Hartman
parent
a4424bf50b
commit
f1706cb74e
@@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
|
||||
pSrcbuf += srcDelta;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user