Re: [PATCH] Fix coding style issue in xlr_net.c

2014-03-28 Thread Dan Carpenter
The subject should be: [PATCH] Staging: netlogic: long lines in xlr_net.c You were missing the subsystem prefix: "Staging: netlogic:". regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/

Re: [PATCH] Fix coding style issue in xlr_net.c

2014-03-28 Thread Dan Carpenter
On Fri, Mar 28, 2014 at 10:43:43AM +0100, Neil Armstrong wrote: > checkpatch script returns the following warning: > WARNING: line over 80 characters > 310: FILE: drivers/staging/netlogic/xlr_net.c:310: > + void *accel_priv, select_queue_fallback_t fallback) > > This patch fixes the