Re: [PATCH] [NETFILTER]: nf_conntrack_h323: fix spelling mistake "authenticaton" -> "authentication"

2019-04-16 Thread Colin Ian King
On 16/04/2019 10:12, Florian Westphal wrote: > On 4/15/2019 5:14 PM, Colin King wrote: >>> diff --git a/net/netfilter/nf_conntrack_h323_types.c >>> b/net/netfilter/nf_conntrack_h323_types.c >>> index d880f3523c1d..95a0b3d6b24d 100644 >>> --- a/net/netfilter/nf_conntrack_h323_types.c >>> +++ b/net/

Re: [PATCH] netfilter: fix indent on in statements

2017-08-15 Thread Colin Ian King
On 15/08/17 10:45, Sergei Shtylyov wrote: > Hello! > > On 8/15/2017 9:50 AM, Colin King wrote: > >> From: Colin Ian King >> >> The returns on some if statements are not indented correctly, > >s/in/if/ in the subject? Doh, fix resent. > >>