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

2013-12-18 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 12:45:09AM +0100, Michael Hoefler wrote: > This patch cleans up bypass.c of the silicom driver in the staging area. All > errors and most warnings according to checkpatch.pl should be fixed. > > There are still two warnings left related to too many leading tabs at nested >

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

2013-12-18 Thread Joe Perches
On Thu, 2013-12-19 at 00:45 +0100, Michael Hoefler wrote: > This patch cleans up bypass.c of the silicom driver in the staging area. All > errors and most warnings according to checkpatch.pl should be fixed. When you make patch against staging, please use the latest staging-next branch of the stag

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

2013-12-18 Thread Michael Hoefler
This patch cleans up bypass.c of the silicom driver in the staging area. All errors and most warnings according to checkpatch.pl should be fixed. There are still two warnings left related to too many leading tabs at nested blocks. I did not touch this issue because the code needs really some refac