Re: [PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound

2014-09-15 Thread Frans Klaver
On Mon, Sep 15, 2014 at 12:41:41PM -0700, Darren Hart wrote: > On Sat, Sep 13, 2014 at 01:06:42AM +0200, Frans Klaver wrote: > > Signed-off-by: Frans Klaver > > Hi Frans, > > Please merge the 3 coding style fixes into one patch. There is no functional > change here, and each of the 3 is

Re: [PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound

2014-09-15 Thread Darren Hart
On Sat, Sep 13, 2014 at 01:06:42AM +0200, Frans Klaver wrote: > Signed-off-by: Frans Klaver Hi Frans, Please merge the 3 coding style fixes into one patch. There is no functional change here, and each of the 3 is obvious. Please include a simple commit message to the effect of: " eeepc-laptop:

Re: [PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound

2014-09-15 Thread Darren Hart
On Sat, Sep 13, 2014 at 01:06:42AM +0200, Frans Klaver wrote: Signed-off-by: Frans Klaver franskla...@gmail.com Hi Frans, Please merge the 3 coding style fixes into one patch. There is no functional change here, and each of the 3 is obvious. Please include a simple commit message to the effect

Re: [PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound

2014-09-15 Thread Frans Klaver
On Mon, Sep 15, 2014 at 12:41:41PM -0700, Darren Hart wrote: On Sat, Sep 13, 2014 at 01:06:42AM +0200, Frans Klaver wrote: Signed-off-by: Frans Klaver franskla...@gmail.com Hi Frans, Please merge the 3 coding style fixes into one patch. There is no functional change here, and each of the

[PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound

2014-09-12 Thread Frans Klaver
Signed-off-by: Frans Klaver --- drivers/platform/x86/eeepc-laptop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 702fcbb..9d8dff9 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++

[PATCH 03/13] eeepc-laptop: coding style: add curly braces around else compound

2014-09-12 Thread Frans Klaver
Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/platform/x86/eeepc-laptop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 702fcbb..9d8dff9 100644 ---