RE: [PATCH v12 01/19] input: cyapa: modify code to following kernel code style

2014-12-04 Thread Dudley Du
t; Cc: Jeremiah Mahler; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v12 01/19] input: cyapa: modify code to following kernel > code > style > > Dudley, Jeremiah, > > On Thu, Dec 04, 2014 at 05:54:43AM +, Dudley Du wrote: > > Jeremiah, > > > > I didn&#

Re: [PATCH v12 01/19] input: cyapa: modify code to following kernel code style

2014-12-04 Thread dmitry.torok...@gmail.com
Dudley, Jeremiah, On Thu, Dec 04, 2014 at 05:54:43AM +, Dudley Du wrote: > Jeremiah, > > I didn't submitted this fix patch, but Dmitry has been helping apply the fix > patch quickly, maybe todoay or tommorrow. The patches that I apply for the next merge window should appear first in my 'nex

Re: [PATCH v12 01/19] input: cyapa: modify code to following kernel code style

2014-12-04 Thread Jeremiah Mahler
Dudley, On Thu, Dec 04, 2014 at 05:54:43AM +, Dudley Du wrote: > Jeremiah, > > I didn't submitted this fix patch, but Dmitry has been helping apply the fix > patch quickly, maybe todoay or tommorrow. > > For the pathces that I made were worked based off of kernel mainline. > I'm sorry, I

RE: [PATCH v12 01/19] input: cyapa: modify code to following kernel code style

2014-12-03 Thread Dudley Du
.@gmail.com] > Sent: 2014?12?4? 12:58 > To: Dudley Du > Cc: linux-kernel@vger.kernel.org; dmitry.torok...@gmail.com > Subject: Re: [PATCH v12 01/19] input: cyapa: modify code to following kernel > code > style > > Dudley, > > On Wed, Dec 03, 2014 at 05:30:07PM +0800,

Re: [PATCH v12 01/19] input: cyapa: modify code to following kernel code style

2014-12-03 Thread Jeremiah Mahler
Dudley, On Wed, Dec 03, 2014 at 05:30:07PM +0800, Dudley Du wrote: > This patch modified the code to fix the patch check warning issue with latest > checkpatch.sh tool, and also changed the return variable name from "ret" to > "error" when there is only one error path to follow code style. > TEST=