silicom: fix whitespace issues in bypass.c
authorMichael Hoefler <michael.hoefler@studium.uni-erlangen.de>
Fri, 20 Dec 2013 13:51:11 +0000 (14:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 17:04:49 +0000 (09:04 -0800)
commit74552f1b2f7bee7f8a7d3040ce86a1df167ec691
tree1e648f944d0e89c9d2fad20c9dc7f4eb89fc25ce
parenta322b495fa8b067ae0da00fdf46fedb8316dbbcb
silicom: fix whitespace issues in bypass.c

This patch addresses several problems in bypass.c found by checkpatch.
Furthermore it removes/adds some empty lines to make the code more readable.

The following problems are fixed:
 - line over 80 characters
 - space after logical operator !
 - spaces instead of tabs
 - missing empty line after local declarations
 - empty line after {

The empty line issues were not discovered by checkpatch but in my opinion these
changes make perfect sense in terms of readability.

Signed-off-by: Michael Hoefler <michael.hoefler@studium.uni-erlangen.de>
Signed-off-by: Christoph Kohl <christoph.kohl@t-online.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bypasslib/bypass.c