Re: [Outreachy kernel] Re: [PATCH] staging: greybus: add blank line after declarations

2019-10-06 Thread Julia Lawall
On Sun, 6 Oct 2019, Joe Perches wrote: > On Sun, 2019-10-06 at 11:50 +0200, Greg KH wrote: > > On Sat, Oct 05, 2019 at 06:00:46PM -0300, Gabriela Bittencourt wrote: > > > Fix CHECK: add blank line after declarations > [] > > > diff --git a/drivers/staging/greybus/control.h > > >

Re: [PATCH] staging: greybus: add blank line after declarations

2019-10-06 Thread Joe Perches
On Sun, 2019-10-06 at 11:50 +0200, Greg KH wrote: > On Sat, Oct 05, 2019 at 06:00:46PM -0300, Gabriela Bittencourt wrote: > > Fix CHECK: add blank line after declarations [] > > diff --git a/drivers/staging/greybus/control.h > > b/drivers/staging/greybus/control.h [] > > @@ -24,6 +24,7 @@ struct

Re: [PATCH] staging: greybus: add blank line after declarations

2019-10-06 Thread Greg KH
On Sat, Oct 05, 2019 at 06:00:46PM -0300, Gabriela Bittencourt wrote: > Fix CHECK: add blank line after declarations > > Signed-off-by: Gabriela Bittencourt > --- > drivers/staging/greybus/control.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/greybus/control.h >

[PATCH] staging: greybus: add blank line after declarations

2019-10-05 Thread Gabriela Bittencourt
Fix CHECK: add blank line after declarations Signed-off-by: Gabriela Bittencourt --- drivers/staging/greybus/control.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h index 3a29ec05f631..5a45d55349a1 100644 ---