drivers/net/cxgb3: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 01:48:22 +0000 (17:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:03:55 +0000 (15:03 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/cxgb3/cxgb3_offload.c

index bd25421..7086f76 100644 (file)
@@ -1004,7 +1004,7 @@ void cxgb_redirect(struct dst_entry *old, struct dst_entry *new)
        if (!is_offloading(olddev))
                return;
        if (!is_offloading(newdev)) {
-               printk(KERN_WARNING "%s: Redirect to non-offload"
+               printk(KERN_WARNING "%s: Redirect to non-offload "
                       "device ignored.\n", __FUNCTION__);
                return;
        }