From: Aaro Koskinen Date: Mon, 29 Jul 2013 17:07:53 +0000 (+0300) Subject: staging: octeon-usb: cvmx-usb: fix whitespace issues X-Git-Tag: v3.12-rc1~183^2~463 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb90cb28718d80fb55993f690f8e1aa21b90f06;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed