]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers: usb: core: hcd: Whitespace fixes
authorMatthias Beyer <mail@beyermatthias.de>
Sat, 5 Oct 2013 16:02:07 +0000 (18:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Oct 2013 01:00:08 +0000 (18:00 -0700)
commit14557359cad5d18ae18f8e9b01639022557ff71b
treec538cd4ffbde0b757d91aa3cfd5adb612434f100
parent842c19600728dc2561f06553e442031fc68c1882
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>
drivers/usb/core/hcd.c