Re: [PATCH] staging: ozwpan: Fix coding style warnings

2014-09-06 Thread Greg KH
On Fri, Sep 05, 2014 at 10:08:23PM -0400, anicoara wrote: > The warnings addressed: > 1. Missing a blank line after declarations. > 2. else is not generally useful after a break or return Please break this up into 2 patches, each patch should only do one thing at a time. thanks, greg k-h -- To u

[PATCH] staging: ozwpan: Fix coding style warnings

2014-09-05 Thread anicoara
The warnings addressed: 1. Missing a blank line after declarations. 2. else is not generally useful after a break or return Signed-off-by: Adrian Nicoara --- Patch submitted as part of the Eudyptula challenge. drivers/staging/ozwpan/ozpd.c | 16 ++-- 1 file changed, 10 insertions(+