Re: [PATCH] staging: fwserial: replace 'a' with '(a)' to avoid precedence issues

2017-02-15 Thread Joe Perches
On Wed, 2017-02-15 at 09:14 +0100, Geert Uytterhoeven wrote: > On Tue, Feb 14, 2017 at 7:08 PM, Greg KH wrote: > > On Tue, Feb 14, 2017 at 11:26:20PM +0530, Arushi Singhal wrote: > > > Macro argument 'a' may be better as '(a)' to avoid precedence issues as > > > reported by checkpatch.pl > > > >

Re: [PATCH] staging: fwserial: replace 'a' with '(a)' to avoid precedence issues

2017-02-15 Thread Geert Uytterhoeven
On Tue, Feb 14, 2017 at 7:08 PM, Greg KH wrote: > On Tue, Feb 14, 2017 at 11:26:20PM +0530, Arushi Singhal wrote: >> Macro argument 'a' may be better as '(a)' to avoid precedence issues as >> reported by checkpatch.pl >> >> Signed-off-by: Arushi Singhal >> --- >> drivers/staging/fwserial/fwseria

Re: [PATCH] staging: fwserial: replace 'a' with '(a)' to avoid precedence issues

2017-02-14 Thread kbuild test robot
Hi Arushi, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.10-rc8 next-20170214] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Arushi-Singhal/staging-fwserial-re

Re: [PATCH] staging: fwserial: replace 'a' with '(a)' to avoid precedence issues

2017-02-14 Thread kbuild test robot
Hi Arushi, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.10-rc8 next-20170214] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Arushi-Singhal/staging-fwserial-re

Re: [PATCH] staging: fwserial: replace 'a' with '(a)' to avoid precedence issues

2017-02-14 Thread Greg KH
On Tue, Feb 14, 2017 at 11:26:20PM +0530, Arushi Singhal wrote: > Macro argument 'a' may be better as '(a)' to avoid precedence issues as > reported by checkpatch.pl > > Signed-off-by: Arushi Singhal > --- > drivers/staging/fwserial/fwserial.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

[PATCH] staging: fwserial: replace 'a' with '(a)' to avoid precedence issues

2017-02-14 Thread Arushi Singhal
Macro argument 'a' may be better as '(a)' to avoid precedence issues as reported by checkpatch.pl Signed-off-by: Arushi Singhal --- drivers/staging/fwserial/fwserial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fwserial/fwserial.c b/drivers/staging/fwser