netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Joe Perches <joe@perches.com>
Cc: linux-kernel@vger.kernel.org,
	"Pekka Savola (ipv6)" <pekkas@netcore.fi>,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	"David S. Miller" <davem@davemloft.net>,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
	James Morris <jmorris@namei.org>,
	Networking Team <netdev@vger.kernel.org>,
	Patrick McHardy <kaber@trash.net>,
	coreteam@netfilter.org, netfilter-devel@vger.kernel.org,
	netfilter@vger.kernel.org
Subject: Re: [PATCH 52/59] net/ipv4: Add missing "space"
Date: Tue, 20 Nov 2007 15:59:59 +0900	[thread overview]
Message-ID: <20071120065958.GD10490@verge.net.au> (raw)
In-Reply-To: <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>

On Mon, Nov 19, 2007 at 05:53:39PM -0800, Joe Perches wrote:
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Simon Horman <horms@verge.net.au>

> ---
>  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 netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Horms


      parent reply	other threads:[~2007-11-20  6:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1195523627-15389-1-git-send-email-joe@perches.com>
     [not found] ` <1195523627-15389-2-git-send-email-joe@perches.com>
     [not found]   ` <1195523627-15389-3-git-send-email-joe@perches.com>
     [not found]     ` <1195523627-15389-4-git-send-email-joe@perches.com>
     [not found]       ` <1195523627-15389-5-git-send-email-joe@perches.com>
     [not found]         ` <1195523627-15389-6-git-send-email-joe@perches.com>
     [not found]           ` <1195523627-15389-7-git-send-email-joe@perches.com>
     [not found]             ` <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com>
     [not found]               ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
2007-11-20  1:53                 ` [PATCH 50/59] net/bridge: Add missing "space" Joe Perches
2007-11-20  1:53                 ` Joe Perches
2007-11-20  1:53                 ` Joe Perches
2007-11-20  1:53                 ` Joe Perches
2007-11-20  7:48                   ` David Miller
     [not found]               ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
2007-11-20  1:53                 ` [PATCH 52/59] net/ipv4: " Joe Perches
2007-11-20  1:53                 ` Joe Perches
2007-11-20  1:53                 ` Joe Perches
2007-11-20  1:53                 ` Joe Perches
2007-11-20  7:48                   ` David Miller
2007-11-20  6:59                 ` Simon Horman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071120065958.GD10490@verge.net.au \
    --to=horms@verge.net.au \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=jmorris@namei.org \
    --cc=joe@perches.com \
    --cc=kaber@trash.net \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=netfilter@vger.kernel.org \
    --cc=pekkas@netcore.fi \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).