From mboxrd@z Thu Jan 1 00:00:00 1970 From: chenweilong Subject: Re: [patch net-next v3 0/7] fix checkpatch errors Date: Mon, 23 Dec 2013 14:35:16 +0800 Message-ID: <52B7D9A4.5000909@huawei.com> References: <1387778246-15300-1-git-send-email-chenweilong@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , , To: , , , , , , Return-path: In-Reply-To: <1387778246-15300-1-git-send-email-chenweilong@huawei.com> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On 2013/12/23 13:57, Chen Weilong wrote: > From: Weilong Chen > > > 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.