aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-03-24 03:57:36 -0400
committerDavid S. Miller <davem@davemloft.net>2010-03-24 17:10:38 -0400
commit2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch)
treeb962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/mlx4
parentd6dbee861386cd3f4cee62bcf28597e63e251e0c (diff)
net/various: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4')
-rw-r--r--drivers/net/mlx4/en_netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mlx4/en_netdev.c b/drivers/net/mlx4/en_netdev.c
index 7cd0933735e2..5eb96fe6ec5c 100644
--- a/drivers/net/mlx4/en_netdev.c
+++ b/drivers/net/mlx4/en_netdev.c
@@ -503,7 +503,7 @@ static void mlx4_en_do_get_stats(struct work_struct *work)
503 503
504 err = mlx4_en_DUMP_ETH_STATS(mdev, priv->port, 0); 504 err = mlx4_en_DUMP_ETH_STATS(mdev, priv->port, 0);
505 if (err) 505 if (err)
506 en_dbg(HW, priv, "Could not update stats \n"); 506 en_dbg(HW, priv, "Could not update stats\n");
507 507
508 mutex_lock(&mdev->state_lock); 508 mutex_lock(&mdev->state_lock);
509 if (mdev->device_up) { 509 if (mdev->device_up) {