Re: [PATCH 1/9] input: goodix: fix alignment issues

2015-06-05 Thread Dmitry Torokhov
On Fri, Jun 05, 2015 at 10:17:58AM -0700, Joe Perches wrote: > On Fri, 2015-06-05 at 09:49 -0700, Dmitry Torokhov wrote: > > Hi Irina, > > > > On Thu, May 28, 2015 at 03:47:37PM +0300, Irina Tirdea wrote: > > > Fix alignment to match open parenthesis detected by > > > running checkpatch.pl --stric

Re: [PATCH 1/9] input: goodix: fix alignment issues

2015-06-05 Thread Joe Perches
On Fri, 2015-06-05 at 09:49 -0700, Dmitry Torokhov wrote: > Hi Irina, > > On Thu, May 28, 2015 at 03:47:37PM +0300, Irina Tirdea wrote: > > Fix alignment to match open parenthesis detected by > > running checkpatch.pl --strict. > > Mixed bag of changes here, but that's checkpatch for you. Yup,

RE: [PATCH 1/9] input: goodix: fix alignment issues

2015-06-05 Thread Tirdea, Irina
> -Original Message- > From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] > Sent: 05 June, 2015 19:49 > To: Tirdea, Irina > Cc: Bastien Nocera; linux-input@vger.kernel.org; devicet...@vger.kernel.org; > linux-ker...@vger.kernel.org > Subject: Re: [PATCH 1/

Re: [PATCH 1/9] input: goodix: fix alignment issues

2015-06-05 Thread Dmitry Torokhov
Hi Irina, On Thu, May 28, 2015 at 03:47:37PM +0300, Irina Tirdea wrote: > Fix alignment to match open parenthesis detected by > running checkpatch.pl --strict. Mixed bag of changes here, but that's checkpatch for you. > > Signed-off-by: Irina Tirdea > --- > drivers/input/touchscreen/goodix.c

Re: [PATCH 1/9] input: goodix: fix alignment issues

2015-06-04 Thread Bastien Nocera
On Thu, 2015-05-28 at 15:47 +0300, Irina Tirdea wrote: > Fix alignment to match open parenthesis detected by > running checkpatch.pl --strict. > > Signed-off-by: Irina Tirdea Looks innocuous enough. Acked-by: Bastien Nocera > --- > drivers/input/touchscreen/goodix.c | 17 + >