initramfs: fix initramfs size calculation
[linux-drm-fsl-dcu.git] / net / ipv4 / ipconfig.c
index 067ce9e043dc2e6d5013681815e6da46ef8cc060..b9d84e800cf4385b9d0bf51fe8aae78989d295b4 100644 (file)
@@ -976,7 +976,7 @@ static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, str
        /* Is it a reply for the device we are configuring? */
        if (b->xid != ic_dev_xid) {
                if (net_ratelimit())
-                       printk(KERN_ERR "DHCP/BOOTP: Ignoring delayed packet \n");
+                       printk(KERN_ERR "DHCP/BOOTP: Ignoring delayed packet\n");
                goto drop_unlock;
        }