drivers/net/mac8390.c: Checkpatch cleanups
commit8e4d9696b45d966c7af5b2aeb6f98ff687c58964
authorJoe Perches <joe@perches.com>
Mon, 4 Jan 2010 11:53:02 +0000 (4 11:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jan 2010 04:44:04 +0000 (6 20:44 -0800)
tree63081fd4146544f74206c54b0f704883c14deea3
parent18c0019102228875cb0f6f252dad5148491e96b2
drivers/net/mac8390.c: Checkpatch cleanups

Use #include <linux/ not #include <asm/
Add spaces after arguments
Comment neatening
Make a couple of arrays static const
Align function arguments
Wrap text at 80 columns where reasonable
Cuddle brace else

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mac8390.c