Re: [PATCH nf-next] netfilter: Line layout whitespace fixes

2015-10-02 Thread Pablo Neira Ayuso
On Fri, Oct 02, 2015 at 12:44:03AM +0100, Ian Morris wrote: > > On 30/09/15 23:17, Pablo Neira Ayuso wrote: > >On Thu, Sep 24, 2015 at 11:10:06AM +0100, Ian Morris wrote: > >>Fixes various whitespace issues detected by checkpatch (e.g. adding spaces > >>between operations, replacing spaces with t

Re: [PATCH nf-next] netfilter: Line layout whitespace fixes

2015-10-01 Thread Ian Morris
On 30/09/15 23:17, Pablo Neira Ayuso wrote: On Thu, Sep 24, 2015 at 11:10:06AM +0100, Ian Morris wrote: Fixes various whitespace issues detected by checkpatch (e.g. adding spaces between operations, replacing spaces with tabs, etc) No changes detected by objdiff. These large cleanup patch ca

Re: [PATCH nf-next] netfilter: Line layout whitespace fixes

2015-09-30 Thread Pablo Neira Ayuso
On Thu, Sep 24, 2015 at 11:10:06AM +0100, Ian Morris wrote: > Fixes various whitespace issues detected by checkpatch (e.g. adding spaces > between operations, replacing spaces with tabs, etc) > > No changes detected by objdiff. These large cleanup patch causes problems for -stable maintainers, s

[PATCH nf-next] netfilter: Line layout whitespace fixes

2015-09-24 Thread Ian Morris
Fixes various whitespace issues detected by checkpatch (e.g. adding spaces between operations, replacing spaces with tabs, etc) No changes detected by objdiff. Signed-off-by: Ian Morris --- net/bridge/netfilter/ebt_among.c | 2 +- net/ipv4/netfilter/arp_tables.c