From: Stephen Hemminger Date: Fri, 28 Jul 2006 01:50:08 +0000 (-0700) Subject: [PATCH] forcedeth: coding style cleanups X-Git-Tag: v2.6.19-rc1~1263^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82a9352f6b955d1dd9adc1124d6796be2c147df;p=pandora-kernel.git [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 drivers/net/forcedeth.c | 246 ++++++++++++++++++++++++------------------------ 1 file changed, 123 insertions(+), 123 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed