Re: [PATCH] fixed a macro coding style issue

2012-07-31 Thread Dmitry Torokhov
On Tue, Jul 24, 2012 at 11:36:24PM -0700, Dmitry Torokhov wrote: > On Wed, Jul 25, 2012 at 07:15:12AM +0100, Al Viro wrote: > > On Tue, Jul 24, 2012 at 10:37:55PM -0700, Dmitry Torokhov wrote: > > > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > > > > Fixed a coding style issue in

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Dmitry Torokhov
On Wed, Jul 25, 2012 at 07:15:12AM +0100, Al Viro wrote: > On Tue, Jul 24, 2012 at 10:37:55PM -0700, Dmitry Torokhov wrote: > > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > > > Fixed a coding style issue in driver/input/input.c > > > > > > Signed-off-by: Baodong Chen > > > ---

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Al Viro
On Tue, Jul 24, 2012 at 10:37:55PM -0700, Dmitry Torokhov wrote: > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > > Fixed a coding style issue in driver/input/input.c > > > > Signed-off-by: Baodong Chen > > --- > > drivers/input/input.c |6 -- > > 1 files changed, 4 inse

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Baodong Chen
this patch definitely changes semantics. so please discard it, sorry about that! On Wed, Jul 25, 2012 at 1:37 PM, Dmitry Torokhov wrote: > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: >> Fixed a coding style issue in driver/input/input.c >> >> Signed-off-by: Baodong Chen >> ---

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Dmitry Torokhov
On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > Fixed a coding style issue in driver/input/input.c > > Signed-off-by: Baodong Chen > --- > drivers/input/input.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/input/input.c b/drivers/inp

RE: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Venu Byravarasu
rg; Baodong > Chen > Subject: [PATCH] fixed a macro coding style issue > > Fixed a coding style issue in driver/input/input.c > > Signed-off-by: Baodong Chen > --- > drivers/input/input.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > >

[PATCH] fixed a macro coding style issue

2012-07-24 Thread Baodong Chen
Fixed a coding style issue in driver/input/input.c Signed-off-by: Baodong Chen --- drivers/input/input.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index 8921c61..c96e983 100644 --- a/drivers/input/input.c +++ b/dri