commit | 14557359cad5d18ae18f8e9b01639022557ff71b | [log] [tgz] |
---|---|---|
author | Matthias Beyer <mail@beyermatthias.de> | Sat Oct 05 18:02:07 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 05 18:00:08 2013 -0700 |
tree | c538cd4ffbde0b757d91aa3cfd5adb612434f100 | |
parent | 842c19600728dc2561f06553e442031fc68c1882 [diff] |
drivers: usb: core: hcd: Whitespace fixes 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 <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>