Re: [PATCH 1/2] staging: silicom: checkpatch fixes

2014-07-09 Thread Dan Carpenter
The patch does too many things, break it up into one type of fix per patch. On Tue, Jul 01, 2014 at 02:24:36PM +0200, Davide Gianforte wrote: > Chechpatch.pl cleanup > > There are still some warnings, most of them are lines over 80 chars > (mainly a semicolon or closing parenthesis). > > Where n

[PATCH 1/2] staging: silicom: checkpatch fixes

2014-07-01 Thread Davide Gianforte
Chechpatch.pl cleanup There are still some warnings, most of them are lines over 80 chars (mainly a semicolon or closing parenthesis). Where not specified, I defaulted printk with no log level into pr_debug Signed-off-by: Davide Gianforte --- drivers/staging/silicom/bpctl_mod.c | 712