[PATCH] forcedeth: coding style cleanups
authorStephen Hemminger <shemminger@osdl.org>
Fri, 28 Jul 2006 01:50:08 +0000 (18:50 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Jul 2006 05:29:30 +0000 (01:29 -0400)
Fix the coding style of the nForce Ethernet driver.
 - typedef's should not be used
 - variable names should not be capitialized
 - structure tags should be lower case
 - add whitespace near keywords
 - don't add paren's to switch cases
 - remove paren's from return
 - don't use __constant_ntohs unless necessary.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
 drivers/net/forcedeth.c |  246 ++++++++++++++++++++++++------------------------
 1 file changed, 123 insertions(+), 123 deletions(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found