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
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
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
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
---