Re: [PATCHv2 3/5] staging:android:ion: Fix blank line issues

2016-09-23 Thread Greg KH
On Fri, Sep 23, 2016 at 04:26:28PM +0300, Yannis Damigos wrote: > On Fri, Sep 23, 2016 at 3:17 PM, Greg KH wrote: > > On Fri, Sep 23, 2016 at 11:05:15AM +0300, giannis.dami...@gmail.com wrote: > >> From: Yannis Damigos > >> > >> This patch fixes the following blank line issues: > >> > >> CHECK: P

Re: [PATCHv2 3/5] staging:android:ion: Fix blank line issues

2016-09-23 Thread Yannis Damigos
On Fri, Sep 23, 2016 at 3:17 PM, Greg KH wrote: > On Fri, Sep 23, 2016 at 11:05:15AM +0300, giannis.dami...@gmail.com wrote: >> From: Yannis Damigos >> >> This patch fixes the following blank line issues: >> >> CHECK: Please don't use multiple blank lines >> + >> + > > What does that mean with th

Re: [PATCHv2 3/5] staging:android:ion: Fix blank line issues

2016-09-23 Thread Greg KH
On Fri, Sep 23, 2016 at 11:05:15AM +0300, giannis.dami...@gmail.com wrote: > From: Yannis Damigos > > This patch fixes the following blank line issues: > > CHECK: Please don't use multiple blank lines > + > + What does that mean with the + + lines? > > CHECK: Please use a blank line after fun

[PATCHv2 3/5] staging:android:ion: Fix blank line issues

2016-09-23 Thread giannis . damigos
From: Yannis Damigos This patch fixes the following blank line issues: CHECK: Please don't use multiple blank lines + + CHECK: Please use a blank line after function/struct/union/enum declarations +} +RESERVEDMEM_OF_DECLARE(ion, "ion-region", rmem_ion_setup); Signed-off-by: Yannis Damigos ---