diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:10:38 -0400 |
commit | 2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch) | |
tree | b962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/stmmac/stmmac_main.c | |
parent | d6dbee861386cd3f4cee62bcf28597e63e251e0c (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/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) | |||
836 | #ifdef CONFIG_STMMAC_TIMER | 836 | #ifdef CONFIG_STMMAC_TIMER |
837 | priv->tm = kzalloc(sizeof(struct stmmac_timer *), GFP_KERNEL); | 837 | priv->tm = kzalloc(sizeof(struct stmmac_timer *), GFP_KERNEL); |
838 | if (unlikely(priv->tm == NULL)) { | 838 | if (unlikely(priv->tm == NULL)) { |
839 | pr_err("%s: ERROR: timer memory alloc failed \n", __func__); | 839 | pr_err("%s: ERROR: timer memory alloc failed\n", __func__); |
840 | return -ENOMEM; | 840 | return -ENOMEM; |
841 | } | 841 | } |
842 | priv->tm->freq = tmrate; | 842 | priv->tm->freq = tmrate; |