Re: [PATCH 0/4] Staging: silicom: coding style cleanup

2013-06-18 Thread Greg KH
On Tue, Jun 18, 2013 at 09:13:00AM -0500, Chad Williamson wrote: > Chad Williamson (4): >   Staging: silicom: remove unnecessary braces in bpctl_mod.c >   Staging: silicom: whitespace fixes in bpctl_mod.c >   Staging: silicom: move assignments out of if conditions >   Staging: s

[PATCH 0/4] Staging: silicom: coding style cleanup

2013-06-17 Thread Chad Williamson
More coding style cleanup in bpctl_mod.c, resolving many checkpatch.pl warnings and errors. I've skipped a number of issues in functions that are going to need to be split up/rewritten anyway, etc. Tearing out the new typedefs is next on my todo list... Chad Williamson (4): Staging: silicom: rem