On Sun, Aug 10, 2014 at 02:16:04PM +0200, Vincent Bernat wrote:
> ❦ 9 août 2014 20:34 -0700, Greg Kroah-Hartman :
>
> >> This includes:
> >> - keep "else" on the same line as the closing brace
> >> - don't use "else" after "return"
> >
> >> - don't issue a message for an out-of-memory error
❦ 9 août 2014 20:34 -0700, Greg Kroah-Hartman :
>> This includes:
>> - keep "else" on the same line as the closing brace
>> - don't use "else" after "return"
>
>> - don't issue a message for an out-of-memory error
>> - blank line after a declaration
>>
>> Signed-off-by: Vincent Bernat
>>
On Wed, Jul 16, 2014 at 03:19:42PM +0200, Vincent Bernat wrote:
> This includes:
> - keep "else" on the same line as the closing brace
> - don't use "else" after "return"
> - don't issue a message for an out-of-memory error
> - blank line after a declaration
>
> Signed-off-by: Vincent Bernat