All of lore.kernel.org
 help / color / mirror / Atom feed
From: chenweilong <chenweilong@huawei.com>
To: davem@davemloft.net, kuznet@ms2.inr.ac.ru, jmorris@namei.org,
	yoshfuji@linux-ipv6.org, kaber@trash.net,
	steffen.klassert@secunet.com, herbert@gondor.apana.org.au
Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org,
	netfilter@vger.kernel.org
Subject: Re: [patch net-next v3 0/7] fix checkpatch errors
Date: Mon, 23 Dec 2013 14:35:16 +0800	[thread overview]
Message-ID: <52B7D9A4.5000909@huawei.com> (raw)
In-Reply-To: <1387778246-15300-1-git-send-email-chenweilong@huawei.com>

On 2013/12/23 13:57, Chen Weilong wrote:
> From: Weilong Chen <chenweilong@huawei.com>
> 
> 
> Weilong Chen (7):
>   ipv4: do clean up with spaces
>   ipv4: fix checkpatch error "space prohibited XXX"
>   ipv4: fix checkpatch error with foo * bar
>   ipv4: fix all space errors in file igmp.c
>   ipv4: ERROR: do not initialise globals to 0 or NULL
>   ipv4: ERROR: code indent should use tabs where possible
>   ipv4: ipv4: Cleanup the comments in tcp_yeah.c
> 
>  net/ipv4/cipso_ipv4.c                  |  9 ++---
>  net/ipv4/igmp.c                        | 70 +++++++++++++++++-----------------
>  net/ipv4/inetpeer.c                    |  4 +-
>  net/ipv4/ip_options.c                  | 12 +++---
>  net/ipv4/netfilter/nf_nat_snmp_basic.c | 12 +++---
>  net/ipv4/syncookies.c                  |  2 +-
>  net/ipv4/sysctl_net_ipv4.c             |  2 +-
>  net/ipv4/tcp_input.c                   |  4 +-
>  net/ipv4/tcp_ipv4.c                    |  2 +-
>  net/ipv4/tcp_probe.c                   |  4 +-
>  net/ipv4/tcp_yeah.c                    | 20 +++++-----
>  net/ipv4/xfrm4_mode_beet.c             |  2 +-
>  12 files changed, 70 insertions(+), 73 deletions(-)
> 
There was an error occurred when send these patches.
Please ignore this patch set.
I will resend them.

WARNING: multiple messages have this Message-ID (diff)
From: chenweilong <chenweilong@huawei.com>
To: <davem@davemloft.net>, <kuznet@ms2.inr.ac.ru>,
	<jmorris@namei.org>, <yoshfuji@linux-ipv6.org>, <kaber@trash.net>,
	<steffen.klassert@secunet.com>, <herbert@gondor.apana.org.au>
Cc: <netdev@vger.kernel.org>, <netfilter-devel@vger.kernel.org>,
	<netfilter@vger.kernel.org>
Subject: Re: [patch net-next v3 0/7] fix checkpatch errors
Date: Mon, 23 Dec 2013 14:35:16 +0800	[thread overview]
Message-ID: <52B7D9A4.5000909@huawei.com> (raw)
In-Reply-To: <1387778246-15300-1-git-send-email-chenweilong@huawei.com>

On 2013/12/23 13:57, Chen Weilong wrote:
> From: Weilong Chen <chenweilong@huawei.com>
> 
> 
> Weilong Chen (7):
>   ipv4: do clean up with spaces
>   ipv4: fix checkpatch error "space prohibited XXX"
>   ipv4: fix checkpatch error with foo * bar
>   ipv4: fix all space errors in file igmp.c
>   ipv4: ERROR: do not initialise globals to 0 or NULL
>   ipv4: ERROR: code indent should use tabs where possible
>   ipv4: ipv4: Cleanup the comments in tcp_yeah.c
> 
>  net/ipv4/cipso_ipv4.c                  |  9 ++---
>  net/ipv4/igmp.c                        | 70 +++++++++++++++++-----------------
>  net/ipv4/inetpeer.c                    |  4 +-
>  net/ipv4/ip_options.c                  | 12 +++---
>  net/ipv4/netfilter/nf_nat_snmp_basic.c | 12 +++---
>  net/ipv4/syncookies.c                  |  2 +-
>  net/ipv4/sysctl_net_ipv4.c             |  2 +-
>  net/ipv4/tcp_input.c                   |  4 +-
>  net/ipv4/tcp_ipv4.c                    |  2 +-
>  net/ipv4/tcp_probe.c                   |  4 +-
>  net/ipv4/tcp_yeah.c                    | 20 +++++-----
>  net/ipv4/xfrm4_mode_beet.c             |  2 +-
>  12 files changed, 70 insertions(+), 73 deletions(-)
> 
There was an error occurred when send these patches.
Please ignore this patch set.
I will resend them.

  parent reply	other threads:[~2013-12-23  6:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-23  5:57 [patch net-next v3 0/7] fix checkpatch errors Chen Weilong
2013-12-23  5:57 ` Chen Weilong
2013-12-23  5:57 ` [patch net-next v3 1/7] ipv4: do clean up with spaces Chen Weilong
2013-12-23  5:57   ` Chen Weilong
2013-12-23  5:57 ` [patch net-next v3 3/7] ipv4: fix checkpatch error with foo * bar Chen Weilong
2013-12-23  5:57   ` Chen Weilong
2013-12-23  5:57 ` [patch net-next v3 4/7] ipv4: fix all space errors in file igmp.c Chen Weilong
2013-12-23  5:57   ` Chen Weilong
2013-12-23  5:57 ` [patch net-next v3 5/7] ipv4: ERROR: do not initialise globals to 0 or NULL Chen Weilong
2013-12-23  5:57   ` Chen Weilong
2013-12-23  5:57 ` [patch net-next v3 6/7] ipv4: ERROR: code indent should use tabs where possible Chen Weilong
2013-12-23  5:57   ` Chen Weilong
2013-12-23  5:57 ` [patch net-next v3 7/7] ipv4: ipv4: Cleanup the comments in tcp_yeah.c Chen Weilong
2013-12-23  5:57   ` Chen Weilong
2013-12-23  6:35 ` chenweilong [this message]
2013-12-23  6:35   ` [patch net-next v3 0/7] fix checkpatch errors chenweilong

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=52B7D9A4.5000909@huawei.com \
    --to=chenweilong@huawei.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=jmorris@namei.org \
    --cc=kaber@trash.net \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=netfilter@vger.kernel.org \
    --cc=steffen.klassert@secunet.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.