diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 10:57:36 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-25 00:10:38 +0300 |
commit | 2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch) | |
tree | b962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/stmmac/stmmac_main.c | |
parent | d6dbee861386cd3f4cee62bcf28597e63e251e0c (diff) | |
download | linux-2381a55c88453d3f29fe62d235579a05fc20b7b3.tar.xz |
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/stmmac/stmmac_main.c')
-rw-r--r-- | drivers/net/stmmac/stmmac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c index 92bef30de092..963f591f1e0e 100644 --- a/drivers/net/stmmac/stmmac_main.c +++ b/drivers/net/stmmac/stmmac_main.c @@ -836,7 +836,7 @@ static int stmmac_open(struct net_device *dev) #ifdef CONFIG_STMMAC_TIMER priv->tm = kzalloc(sizeof(struct stmmac_timer *), GFP_KERNEL); if (unlikely(priv->tm == NULL)) { - pr_err("%s: ERROR: timer memory alloc failed \n", __func__); + pr_err("%s: ERROR: timer memory alloc failed\n", __func__); return -ENOMEM; } priv->tm->freq = tmrate; |