From: Matthias Beyer Date: Sat, 5 Oct 2013 16:02:07 +0000 (+0200) Subject: drivers: usb: core: hcd: Whitespace fixes X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14557359cad5d18ae18f8e9b01639022557ff71b;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed