diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 07:57:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 14:10:22 -0700 |
commit | d6dbee861386cd3f4cee62bcf28597e63e251e0c (patch) | |
tree | 191bf8cf781719d30732f48d27393d7b41978d14 /drivers/net/ixgbevf | |
parent | c2bb1b9c7e862ecca2ffb20b1457034d2c401845 (diff) | |
download | talos-op-linux-d6dbee861386cd3f4cee62bcf28597e63e251e0c.tar.gz talos-op-linux-d6dbee861386cd3f4cee62bcf28597e63e251e0c.zip |
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, hw_dbg(hw, "MAC: %d\n", hw->mac.type); - hw_dbg(hw, "LRO is disabled \n"); + hw_dbg(hw, "LRO is disabled\n"); hw_dbg(hw, "Intel(R) 82599 Virtual Function\n"); cards_found++; |