Re: [PATCH 1/9] eeepc-laptop: clean up coding style

2014-09-19 Thread Frans Klaver
On 19 September 2014 18:46:03 CEST, Darren Hart wrote: >On Thu, Sep 18, 2014 at 07:01:25AM +0200, Frans Klaver wrote: >> On 18 September 2014 00:06:52 CEST, Joe Perches >wrote: >> >On Wed, 2014-09-17 at 23:47 +0200, Frans Klaver wrote: >> >> Correct indentation and brace usage to comply with >> >

Re: [PATCH 1/9] eeepc-laptop: clean up coding style

2014-09-19 Thread Darren Hart
On Thu, Sep 18, 2014 at 07:01:25AM +0200, Frans Klaver wrote: > On 18 September 2014 00:06:52 CEST, Joe Perches wrote: > >On Wed, 2014-09-17 at 23:47 +0200, Frans Klaver wrote: > >> Correct indentation and brace usage to comply with > >> Documentation/CodingStyle. > >> > >> Signed-off-by: Frans K

Re: [PATCH 1/9] eeepc-laptop: clean up coding style

2014-09-19 Thread Darren Hart
On Wed, Sep 17, 2014 at 11:47:19PM +0200, Frans Klaver wrote: > Correct indentation and brace usage to comply with > Documentation/CodingStyle. > > Signed-off-by: Frans Klaver Queued, thanks! -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "un

Re: [PATCH 1/9] eeepc-laptop: clean up coding style

2014-09-17 Thread Frans Klaver
On 18 September 2014 00:06:52 CEST, Joe Perches wrote: >On Wed, 2014-09-17 at 23:47 +0200, Frans Klaver wrote: >> Correct indentation and brace usage to comply with >> Documentation/CodingStyle. >> >> Signed-off-by: Frans Klaver >> --- >> drivers/platform/x86/eeepc-laptop.c | 8 +--- >> 1 f

Re: [PATCH 1/9] eeepc-laptop: clean up coding style

2014-09-17 Thread Joe Perches
On Wed, 2014-09-17 at 23:47 +0200, Frans Klaver wrote: > Correct indentation and brace usage to comply with > Documentation/CodingStyle. > > Signed-off-by: Frans Klaver > --- > drivers/platform/x86/eeepc-laptop.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/d

[PATCH 1/9] eeepc-laptop: clean up coding style

2014-09-17 Thread Frans Klaver
Correct indentation and brace usage to comply with Documentation/CodingStyle. Signed-off-by: Frans Klaver --- drivers/platform/x86/eeepc-laptop.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c