| commit | 469271f8c48f12efc63a49b5bb388a754c957a0b | [log] [tgz] |
|---|---|---|
| author | Matthias Beyer <mail@beyermatthias.de> | Thu Oct 10 23:41:27 2013 +0200 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 11 17:02:37 2013 -0700 |
| tree | 8e7370505fa64cc71c30cac105ef4443009580a7 | |
| parent | a91ccd26e75235d86248d018fe3779732bcafd8d [diff] |
drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes
including:
- removing of trailing whitespace
- removing spaces before array indexing (foo [] to foo[])
- reindention of a switch-case block
- spaces to tabs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>