Re: [PATCH 2/3] Add parenthesis to macros with complex values in trace.h

2012-10-02 Thread Toshiaki Yamane
On Tue, Oct 2, 2012 at 9:21 PM, Dan Carpenter wrote: > On Tue, Oct 02, 2012 at 08:54:28PM +0900, YAMANE Toshiaki wrote: >> fixed some checkpatch below error. >> -ERROR: Macros with complex values should be enclosed in parenthesis >> >> Signed-off-by: Toshiaki Yamane >> --- >> drivers/staging/rts

Re: [PATCH 2/3] Add parenthesis to macros with complex values in trace.h

2012-10-02 Thread Dan Carpenter
On Tue, Oct 02, 2012 at 08:54:28PM +0900, YAMANE Toshiaki wrote: > fixed some checkpatch below error. > -ERROR: Macros with complex values should be enclosed in parenthesis > > Signed-off-by: Toshiaki Yamane > --- > drivers/staging/rts_pstor/trace.h |4 ++-- > 1 file changed, 2 insertions(+)

Re: [PATCH 2/3] Add parenthesis to macros with complex values in trace.h

2012-10-02 Thread Andy Shevchenko
On Tue, 2012-10-02 at 20:54 +0900, YAMANE Toshiaki wrote: > fixed some checkpatch below error. > -ERROR: Macros with complex values should be enclosed in parenthesis > > Signed-off-by: Toshiaki Yamane > --- > drivers/staging/rts_pstor/trace.h |4 ++-- > 1 file changed, 2 insertions(+), 2 de

[PATCH 2/3] Add parenthesis to macros with complex values in trace.h

2012-10-02 Thread YAMANE Toshiaki
fixed some checkpatch below error. -ERROR: Macros with complex values should be enclosed in parenthesis Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/trace.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/trace.h b/drivers/sta