Re: [PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-16 Thread kbuild test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.2 next-20190716] [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/christia

Re: [PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-15 Thread Greg KH
On Sat, Jul 13, 2019 at 06:26:52PM -0300, christianlucian...@gmail.com wrote: > From: Christian Luciano Moreno > > Add parenthesis to Macro argument to avoid precedence issues. > > Signed-off-by: Christian Luciano Moreno > --- > drivers/staging/rtl8712/basic_types.h | 2 +- > 1 file changed, 1

Re: [PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-14 Thread kbuild test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.2 next-20190712] [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/commi

[PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Add parenthesis to Macro argument to avoid precedence issues. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/basic_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/basic_types.h b/drivers/st