]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/usb/core/hub.c
drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes
authorMatthias Beyer <mail@beyermatthias.de>
Thu, 10 Oct 2013 21:41:27 +0000 (23:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Oct 2013 00:02:37 +0000 (17:02 -0700)
commit469271f8c48f12efc63a49b5bb388a754c957a0b
tree8e7370505fa64cc71c30cac105ef4443009580a7
parenta91ccd26e75235d86248d018fe3779732bcafd8d
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>
drivers/usb/core/file.c
drivers/usb/core/hub.c
drivers/usb/core/sysfs.c
drivers/usb/core/usb.c