diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:10:22 -0400 |
commit | d6dbee861386cd3f4cee62bcf28597e63e251e0c (patch) | |
tree | 191bf8cf781719d30732f48d27393d7b41978d14 /drivers/net/ixgbevf | |
parent | c2bb1b9c7e862ecca2ffb20b1457034d2c401845 (diff) |
net/intel: remove trailing space in messages
Includes one minor indentation fix to placate checkpatch.
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: e1000-devel@lists.sourceforge.net
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ixgbevf')
-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++; |