linux/drivers/net/atl1e
Joe Perches ba211e3ec3 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>
2010-02-12 13:27:44 -08:00
..
Makefile
atl1e.h atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMA 2009-09-17 10:27:28 -07:00
atl1e_ethtool.c atl1e: Remove non-implementation of ethtool set_msglevel() operation 2009-12-02 22:10:16 -08:00
atl1e_hw.c drivers/net/atl1e: Use netdev_printk helpers 2010-02-12 13:27:44 -08:00
atl1e_hw.h
atl1e_main.c drivers/net/atl1e: Use netdev_printk helpers 2010-02-12 13:27:44 -08:00
atl1e_param.c drivers/net/atl1e: Use netdev_printk helpers 2010-02-12 13:27:44 -08:00