Re: [PATCH] staging: gdm72xx: enclose complex define statement

2015-04-21 Thread Greg KH
On Tue, Apr 21, 2015 at 02:21:32PM +, Jaime Arrocha wrote: > > > On Tue, 21 Apr 2015 07:40:15 + Greg KH > wrote > > On Mon, Apr 20, 2015 at 10:11:51PM -0500, Jaime Arrocha wrote: > > > This patch fixes the warning found by checkpatch.pl: > > > ERROR: Macros with complex

Re: [PATCH] staging: gdm72xx: enclose complex define statement

2015-04-21 Thread Greg KH
On Mon, Apr 20, 2015 at 10:11:51PM -0500, Jaime Arrocha wrote: > This patch fixes the warning found by checkpatch.pl: > ERROR: Macros with complex values should be enclosed in parentheses > > Signed-off-by: Jaime Arrocha > --- > drivers/staging/gdm72xx/usb_ids.h |4 ++-- > 1 file changed, 2

Re: [PATCH] staging: gdm72xx: enclose complex define statement

2015-04-21 Thread Greg KH
On Mon, Apr 20, 2015 at 10:11:51PM -0500, Jaime Arrocha wrote: This patch fixes the warning found by checkpatch.pl: ERROR: Macros with complex values should be enclosed in parentheses Signed-off-by: Jaime Arrocha j...@kerneldev.net --- drivers/staging/gdm72xx/usb_ids.h |4 ++-- 1 file

Re: [PATCH] staging: gdm72xx: enclose complex define statement

2015-04-21 Thread Greg KH
On Tue, Apr 21, 2015 at 02:21:32PM +, Jaime Arrocha wrote: On Tue, 21 Apr 2015 07:40:15 + Greg KHgre...@linuxfoundation.org wrote On Mon, Apr 20, 2015 at 10:11:51PM -0500, Jaime Arrocha wrote: This patch fixes the warning found by checkpatch.pl: ERROR: Macros

[PATCH] staging: gdm72xx: enclose complex define statement

2015-04-20 Thread Jaime Arrocha
This patch fixes the warning found by checkpatch.pl: ERROR: Macros with complex values should be enclosed in parentheses Signed-off-by: Jaime Arrocha --- drivers/staging/gdm72xx/usb_ids.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] staging: gdm72xx: enclose complex define statement

2015-04-20 Thread Jaime Arrocha
This patch fixes the warning found by checkpatch.pl: ERROR: Macros with complex values should be enclosed in parentheses Signed-off-by: Jaime Arrocha j...@kerneldev.net --- drivers/staging/gdm72xx/usb_ids.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git