Commit f1706cb7 authored by Andrea Ghittino's avatar Andrea Ghittino Committed by Greg Kroah-Hartman

staging: sm750fb: fix tabstop style warning

Fixes sm750fb tabstop style warning
found by checkpatch.pl tool
Signed-off-by: default avatarAndrea Ghittino <aghittino@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a4424bf5
...@@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel, ...@@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
pSrcbuf += srcDelta; pSrcbuf += srcDelta;
} }
return 0; return 0;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment