]> git.baikalelectronics.ru Git - kernel.git/commit
staging: octeon-usb: place opening braces of structs, enums on top
authorDevendra Naga <devendra.aaru@gmail.com>
Mon, 3 Jun 2013 21:16:16 +0000 (02:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jun 2013 22:25:41 +0000 (15:25 -0700)
commit0b9374517c3451a0c23188d21d2bd1fdf69ffea4
tree7a6669213eba09dcb1c6299f2f4940ffb4954f14
parent679cb6f43dbbb3f67e6fd6995b9088b502493c43
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 <aaro.koskinen@iki.fi>
Cc: David Daney <ddaney.cavm@gmail.com>
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/cvmx-usb.c