Re: [PATCH] staging: xillybus: fix some coding style errors

2014-08-10 Thread Greg Kroah-Hartman
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

Re: [PATCH] staging: xillybus: fix some coding style errors

2014-08-10 Thread Vincent Bernat
❦ 9 août 2014 20:34 -0700, Greg Kroah-Hartman gre...@linuxfoundation.org : 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

Re: [PATCH] staging: xillybus: fix some coding style errors

2014-08-10 Thread Greg Kroah-Hartman
On Sun, Aug 10, 2014 at 02:16:04PM +0200, Vincent Bernat wrote: ❦ 9 août 2014 20:34 -0700, Greg Kroah-Hartman gre...@linuxfoundation.org : 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

[PATCH] staging: xillybus: fix some coding style errors

2014-07-16 Thread Vincent Bernat
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 vinc...@bernat.im --- drivers/staging/xillybus/xillybus_core.c | 13 +