Re: [PATCH] nits: fix several coding style warnings

2015-03-08 Thread Joe Perches
On Sun, 2015-03-08 at 23:14 +0100, Guennadi Liakhovetski wrote: > On Sun, 8 Mar 2015, Ioana Antoche wrote: > > Fix checkpatch.pl warnings such as: > > * missing blank line after declarations > > * line over 80 characters [] > > @@ -298,8 +299,7 @@ static struct device *next_device(struct klist_iter

Re: [PATCH] nits: fix several coding style warnings

2015-03-08 Thread Guennadi Liakhovetski
On Sun, 8 Mar 2015, Ioana Antoche wrote: > Fix checkpatch.pl warnings such as: > * missing blank line after declarations > * line over 80 characters > > Signed-off-by: Ioana Antoche > --- > drivers/base/bus.c | 24 ++-- > 1 file changed, 14 insertions(+), 10 deletions(-) >

Re: [PATCH] nits: fix several coding style warnings

2015-03-08 Thread Daniel Baluta
On Sun, Mar 8, 2015 at 2:39 PM, Greg KH wrote: > On Sun, Mar 08, 2015 at 12:53:17PM +0200, Ioana Antoche wrote: >> Fix checkpatch.pl warnings such as: >> * missing blank line after declarations >> * line over 80 characters >> >> Signed-off-by: Ioana Antoche > > The subject: of "nits" doesn't real

Re: [PATCH] nits: fix several coding style warnings

2015-03-08 Thread Greg KH
On Sun, Mar 08, 2015 at 12:53:17PM +0200, Ioana Antoche wrote: > Fix checkpatch.pl warnings such as: > * missing blank line after declarations > * line over 80 characters > > Signed-off-by: Ioana Antoche The subject: of "nits" doesn't really say where in the kernel the patch is for, please use "

[PATCH] nits: fix several coding style warnings

2015-03-08 Thread Ioana Antoche
Fix checkpatch.pl warnings such as: * missing blank line after declarations * line over 80 characters Signed-off-by: Ioana Antoche --- drivers/base/bus.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/drivers/base/bus.c b/drivers/base/bus.c index 8