Re: [PATCH] Staging: line6: fix parentheses around macro in usbdefs.h

2015-01-12 Thread Greg Kroah-Hartman
On Wed, Dec 03, 2014 at 07:34:42PM +0100, Sam van Kampen wrote: > This patch fixes the error "Macros with complex values should be enclosed in > parentheses", as reported by checkpatch.pl. > > Signed-off-by: Sam van Kampen > --- > drivers/staging/line6/usbdefs.h | 2 +- > 1 file changed, 1 inser

Re: [PATCH] Staging: line6: fix parentheses around macro in usbdefs.h

2014-12-03 Thread Joe Perches
On Wed, 2014-12-03 at 19:34 +0100, Sam van Kampen wrote: > This patch fixes the error "Macros with complex values should be enclosed in > parentheses", as reported by checkpatch.pl. [] > diff --git a/drivers/staging/line6/usbdefs.h b/drivers/staging/line6/usbdefs.h [] > @@ -40,7 +40,7 @@ > #define

[PATCH] Staging: line6: fix parentheses around macro in usbdefs.h

2014-12-03 Thread Sam van Kampen
This patch fixes the error "Macros with complex values should be enclosed in parentheses", as reported by checkpatch.pl. Signed-off-by: Sam van Kampen --- drivers/staging/line6/usbdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/line6/usbdefs.h b/drivers