diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/e1000e/netdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index 909c8de58c15..99c8c7c0b1fb 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
@@ -5714,7 +5714,7 @@ static void e1000_print_device_info(struct e1000_adapter *adapter) | |||
5714 | u8 pba_str[E1000_PBANUM_LENGTH]; | 5714 | u8 pba_str[E1000_PBANUM_LENGTH]; |
5715 | 5715 | ||
5716 | /* print bus type/speed/width info */ | 5716 | /* print bus type/speed/width info */ |
5717 | e_info("(PCI Express:2.5GB/s:%s) %pM\n", | 5717 | e_info("(PCI Express:2.5GT/s:%s) %pM\n", |
5718 | /* bus width */ | 5718 | /* bus width */ |
5719 | ((hw->bus.width == e1000_bus_width_pcie_x4) ? "Width x4" : | 5719 | ((hw->bus.width == e1000_bus_width_pcie_x4) ? "Width x4" : |
5720 | "Width x1"), | 5720 | "Width x1"), |