Stephen Hemminger f82a9352f6 [PATCH] forcedeth: coding style cleanups
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>
2006-07-29 01:29:30 -04:00
..
2006-07-08 13:30:09 -07:00
2006-07-12 16:09:08 -07:00
2006-06-23 07:43:06 -07:00
2006-07-28 09:02:17 +02:00
2006-07-03 15:27:07 -07:00
2006-07-19 13:50:39 -04:00
2006-07-14 21:53:54 -07:00
2006-07-10 13:24:17 -07:00
2006-07-10 13:24:15 -07:00
2006-07-03 21:29:08 -07:00
2006-07-12 15:38:28 -07:00
2006-06-17 21:18:43 -07:00