Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759934AbXKTCJl (ORCPT ); Mon, 19 Nov 2007 21:09:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758166AbXKTByG (ORCPT ); Mon, 19 Nov 2007 20:54:06 -0500 Received: from DSL022.labridge.com ([206.117.136.22]:2210 "EHLO perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759532AbXKTBx4 (ORCPT ); Mon, 19 Nov 2007 20:53:56 -0500 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: "Pekka Savola (ipv6)" , Alexey Kuznetsov , "David S. Miller" , Hideaki YOSHIFUJI , James Morris , Networking Team , Patrick McHardy , coreteam@netfilter.org, netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org Subject: [PATCH 52/59] net/ipv4: Add missing "space" Date: Mon, 19 Nov 2007 17:53:39 -0800 Message-Id: <1195523627-15389-10-git-send-email-joe@perches.com> X-Mailer: git-send-email 1.5.3.6.728.gea559 In-Reply-To: <1195523627-15389-9-git-send-email-joe@perches.com> References: 1234567 <1195523627-15389-1-git-send-email-joe@perches.com> <1195523627-15389-2-git-send-email-joe@perches.com> <1195523627-15389-3-git-send-email-joe@perches.com> <1195523627-15389-4-git-send-email-joe@perches.com> <1195523627-15389-5-git-send-email-joe@perches.com> <1195523627-15389-6-git-send-email-joe@perches.com> <1195523627-15389-7-git-send-email-joe@perches.com> <1195523627-15389-8-git-send-email-joe@perches.com> <1195523627-15389-9-git-send-email-joe@perches.com> Message-Id: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 41 Signed-off-by: Joe Perches --- net/ipv4/ipvs/ip_vs_core.c | 2 +- net/ipv4/netfilter/iptable_raw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c index 20c884a..8fba202 100644 --- a/net/ipv4/ipvs/ip_vs_core.c +++ b/net/ipv4/ipvs/ip_vs_core.c @@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related) verdict = NF_DROP; 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"); } diff --git a/net/ipv4/netfilter/iptable_raw.c b/net/ipv4/netfilter/iptable_raw.c index 5de6e57..f867865 100644 --- a/net/ipv4/netfilter/iptable_raw.c +++ b/net/ipv4/netfilter/iptable_raw.c @@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook, if (skb->len < sizeof(struct iphdr) || ip_hdrlen(skb) < sizeof(struct iphdr)) { if (net_ratelimit()) - printk("iptable_raw: ignoring short SOCK_RAW" + printk("iptable_raw: ignoring short SOCK_RAW " "packet.\n"); return NF_ACCEPT; } -- 1.5.3.5.652.gf192c - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/