提交 464c4f18 编写于 作者: J Joe Perches 提交者: David S. Miller

[IPV4]: Add missing "space"

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4756daa3
...@@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related) ...@@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related)
verdict = NF_DROP; verdict = NF_DROP;
if (IP_VS_FWD_METHOD(cp) != 0) { if (IP_VS_FWD_METHOD(cp) != 0) {
IP_VS_ERR("shouldn't reach here, because the box is on the" IP_VS_ERR("shouldn't reach here, because the box is on the "
"half connection in the tun/dr module.\n"); "half connection in the tun/dr module.\n");
} }
......
...@@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook, ...@@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook,
if (skb->len < sizeof(struct iphdr) || if (skb->len < sizeof(struct iphdr) ||
ip_hdrlen(skb) < sizeof(struct iphdr)) { ip_hdrlen(skb) < sizeof(struct iphdr)) {
if (net_ratelimit()) if (net_ratelimit())
printk("iptable_raw: ignoring short SOCK_RAW" printk("iptable_raw: ignoring short SOCK_RAW "
"packet.\n"); "packet.\n");
return NF_ACCEPT; return NF_ACCEPT;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册