diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 20:48:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:55 -0500 |
commit | f07b2e403b563d42693e02fd17956c31d3aeff1d (patch) | |
tree | 2fe1c01f5b123d5a87da8a63f1e18aa6dfbd721a /drivers/net/cxgb3 | |
parent | 31067527685ab8c6bea23aab6511f568c426d311 (diff) |
drivers/net/cxgb3: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3')
-rw-r--r-- | drivers/net/cxgb3/cxgb3_offload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/cxgb3_offload.c b/drivers/net/cxgb3/cxgb3_offload.c index bd25421bc12a..7086f763dd9f 100644 --- a/drivers/net/cxgb3/cxgb3_offload.c +++ b/drivers/net/cxgb3/cxgb3_offload.c | |||
@@ -1004,7 +1004,7 @@ void cxgb_redirect(struct dst_entry *old, struct dst_entry *new) | |||
1004 | if (!is_offloading(olddev)) | 1004 | if (!is_offloading(olddev)) |
1005 | return; | 1005 | return; |
1006 | if (!is_offloading(newdev)) { | 1006 | if (!is_offloading(newdev)) { |
1007 | printk(KERN_WARNING "%s: Redirect to non-offload" | 1007 | printk(KERN_WARNING "%s: Redirect to non-offload " |
1008 | "device ignored.\n", __FUNCTION__); | 1008 | "device ignored.\n", __FUNCTION__); |
1009 | return; | 1009 | return; |
1010 | } | 1010 | } |