drivers/net/cxgb3: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
David S. Miller
parent
3106752768
commit
f07b2e403b
@@ -1004,7 +1004,7 @@ void cxgb_redirect(struct dst_entry *old, struct dst_entry *new)
|
|||||||
if (!is_offloading(olddev))
|
if (!is_offloading(olddev))
|
||||||
return;
|
return;
|
||||||
if (!is_offloading(newdev)) {
|
if (!is_offloading(newdev)) {
|
||||||
printk(KERN_WARNING "%s: Redirect to non-offload"
|
printk(KERN_WARNING "%s: Redirect to non-offload "
|
||||||
"device ignored.\n", __FUNCTION__);
|
"device ignored.\n", __FUNCTION__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user