drivers/net/atl1e: Use netdev_printk helpers
authorJoe Perches <joe@perches.com>
Tue, 9 Feb 2010 11:49:48 +0000 (11:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2010 21:27:44 +0000 (13:27 -0800)
commitba211e3ec35820eced89bfe12e2d94e6352a4c5f
tree997d133bb18f347534b7a70536b693cd2a9843a1
parent571ba42303813106d533bf6bda929d8e289f51bf
drivers/net/atl1e: Use netdev_printk helpers

Logging messages sometimes had duplicated "ATL1E" output.

For instance:
ATL1E 0000:03:00.0: ATL1E: eth0 NIC Link is Up<100 Mbps Full Duplex>
is now:
ATL1E 0000:03:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>

Add some consistency to logging messages
Add some missing \n's to logging messages
Miscellaneous typo spelling corrections
Change atl1e_validate_option argument from pdev to adapter

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