aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/e1000/e1000_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c
index 0de2006e8b97..b2c3e4cc0cb4 100644
--- a/drivers/net/e1000/e1000_main.c
+++ b/drivers/net/e1000/e1000_main.c
@@ -866,7 +866,7 @@ static void e1000_dump_eeprom(struct e1000_adapter *adapter)
866 printk(KERN_ERR "to enable this network device.\n"); 866 printk(KERN_ERR "to enable this network device.\n");
867 printk(KERN_ERR "Please inspect the EEPROM dump and report the issue " 867 printk(KERN_ERR "Please inspect the EEPROM dump and report the issue "
868 "to your hardware vendor\n"); 868 "to your hardware vendor\n");
869 printk(KERN_ERR "or Intel Customer Support: linux-nics@intel.com\n"); 869 printk(KERN_ERR "or Intel Customer Support.\n");
870 printk(KERN_ERR "/*********************/\n"); 870 printk(KERN_ERR "/*********************/\n");
871 871
872 kfree(data); 872 kfree(data);