[PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Michael Hoefler
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.hoef...@studium.uni-erlangen.de Signed-off-by: Christoph Kohl christoph.k...@t

[PATCHv2 3/3] silicom: remaining checkpatch issues in bypass.c

2013-12-20 Thread Michael Hoefler
the functionality in any way. Signed-off-by: Michael Hoefler michael.hoef...@studium.uni-erlangen.de Signed-off-by: Christoph Kohl christoph.k...@t-online.de --- drivers/staging/silicom/bypasslib/bypass.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/staging/silicom

[PATCH] silicom: fixed checkpatch issues in bypass.c

2013-12-18 Thread Michael Hoefler
- whitespace stuff - a C++ one line comment - parenthesis at return statements - missing __init and __exit macros Signed-off-by: Michael Hoefler michael.hoef...@studium.uni-erlangen.de Signed-off-by: Christoph Kohl christoph.k...@t-online.de --- drivers/staging/silicom/bypasslib/bypass.c | 168