OSDN Git Service

staging: octeon-usb: cvmx-usb: fix whitespace issues
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 29 Jul 2013 17:07:53 +0000 (20:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jul 2013 18:43:23 +0000 (11:43 -0700)
commiteeb90cb28718d80fb55993f690f8e1aa21b90f06
tree52ec71dd40a0dc66a132cc0deeb15a8f5b7677af
parent95e67a7a29b56b5012f3dd4e01b8f5ebfa7b2b75
staging: octeon-usb: cvmx-usb: fix whitespace issues

Fix most of the whitespace issues reported by checkpatch:
- use tabs for indentation
- brace placement vs. newlines
- (foo_t*) -> (foo_t *)
- i=0 -> i = 0

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/cvmx-usb.c