From: Michael Hoefler Date: Fri, 20 Dec 2013 13:51:11 +0000 (+0100) Subject: silicom: fix whitespace issues in bypass.c X-Git-Tag: v3.14-rc1~150^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74552f1b2f7bee7f8a7d3040ce86a1df167ec691;p=pandora-kernel.git 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 Signed-off-by: Christoph Kohl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed