Re: [PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread Levente Kurusa
Hi, On 04/25/2014 03:40 PM, Nicolas Del Piano wrote: Fixed a coding style error, macros with comples values should be enclosed in parenthesis. Signed-off-by: Nicolas Del Piano ndel...@gmail.com --- drivers/staging/octeon-usb/octeon-hcd.c |2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread Greg KH
On Fri, Apr 25, 2014 at 10:48:22AM -0300, Nicolas Del Piano wrote: Fixed a coding style error, macros with complex values should be enclosed in parentheses. Signed-off-by: Nicolas Del Piano ndel...@gmail.com --- drivers/staging/octeon-usb/octeon-hcd.c |2 +- 1 file changed, 1

Re: [PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread David Daney
On 04/25/2014 07:21 AM, Greg KH wrote: On Fri, Apr 25, 2014 at 10:48:22AM -0300, Nicolas Del Piano wrote: Fixed a coding style error, macros with complex values should be enclosed in parentheses. Signed-off-by: Nicolas Del Piano ndel...@gmail.com --- drivers/staging/octeon-usb/octeon-hcd.c