Re: [PATCH 2/5] drivers: usb: core: hcd: Whitespace fixes

2013-10-05 Thread Joe Perches
On Sat, 2013-10-05 at 11:04 -0700, Joe Perches wrote: > On Sat, 2013-10-05 at 18:02 +0200, Matthias Beyer wrote: > > - removing spaces before array indexing (foo [] to foo[]) > [] > > diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c > [] > > @@ -93,7 +93,7 @@ EXPORT_SYMBOL_GPL (usb_bus_

Re: [PATCH 2/5] drivers: usb: core: hcd: Whitespace fixes

2013-10-05 Thread Joe Perches
On Sat, 2013-10-05 at 18:02 +0200, Matthias Beyer wrote: > - removing spaces before array indexing (foo [] to foo[]) [] > diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c [] > @@ -93,7 +93,7 @@ EXPORT_SYMBOL_GPL (usb_bus_list); > /* used when allocating bus numbers */ > #define USB_MA

[PATCH 2/5] drivers: usb: core: hcd: Whitespace fixes

2013-10-05 Thread Matthias Beyer
including - spaces to tabs - removing spaces before array indexing (foo [] to foo[]) - adding spaces around unary operator (foo? 1 : 0 to foo ? 1 : 0) - removed trailing whitespace Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 56 +- 1