From: Devendra Naga Date: Mon, 3 Jun 2013 21:16:16 +0000 (+0530) Subject: staging: octeon-usb: place opening braces of structs, enums on top X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ead9c58df13785a0bf56891db6ac4538988a36a;p=pandora-kernel.git staging: octeon-usb: place opening braces of structs, enums on top this fixes coding style problem, placing of the braces just right after the struct name, not below the struct name. this reduces the errors reported by checkpatch script from total: 1496 errors, 2133 warnings, 3344 lines checked to total: 1488 errors, 2132 warnings, 3336 lines checked Cc: Aaro Koskinen Cc: David Daney Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed