diff options
Diffstat (limited to 'drivers/net/ixgbevf/ixgbevf_main.c')
-rw-r--r-- | drivers/net/ixgbevf/ixgbevf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c index 19e93a43e56c..7cacb124e4cb 100644 --- a/drivers/net/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ixgbevf/ixgbevf_main.c | |||
@@ -3480,7 +3480,7 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev, | |||
3480 | 3480 | ||
3481 | hw_dbg(hw, "MAC: %d\n", hw->mac.type); | 3481 | hw_dbg(hw, "MAC: %d\n", hw->mac.type); |
3482 | 3482 | ||
3483 | hw_dbg(hw, "LRO is disabled \n"); | 3483 | hw_dbg(hw, "LRO is disabled\n"); |
3484 | 3484 | ||
3485 | hw_dbg(hw, "Intel(R) 82599 Virtual Function\n"); | 3485 | hw_dbg(hw, "Intel(R) 82599 Virtual Function\n"); |
3486 | cards_found++; | 3486 | cards_found++; |