Skip to content

Commit

Permalink
staging: sm750fb: fix tabstop style warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Ghittino authored and Greg Kroah-Hartman committed Nov 30, 2016
1 parent a4424bf commit f1706cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sm750fb/sm750_accel.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
pSrcbuf += srcDelta;
}

return 0;
return 0;
}

0 comments on commit f1706cb

Please sign in to comment.