From 14557359cad5d18ae18f8e9b01639022557ff71b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 5 Oct 2013 18:02:07 +0200 Subject: [PATCH] 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-format-patch failed