Re: [PATCH] net: netfilter: Merge assignment with return

2018-03-30 Thread Pablo Neira Ayuso
On Thu, Mar 29, 2018 at 12:39:50AM +0530, Arushi Singhal wrote: > Merge assignment with return statement to directly return the value. Applied, thanks Arushi.

Re: [PATCH] net: netfilter: Merge assignment with return

2018-03-30 Thread Pablo Neira Ayuso
On Thu, Mar 29, 2018 at 12:39:50AM +0530, Arushi Singhal wrote: > Merge assignment with return statement to directly return the value. Applied, thanks Arushi.

[PATCH] net: netfilter: Merge assignment with return

2018-03-28 Thread Arushi Singhal
Merge assignment with return statement to directly return the value. Signed-off-by: Arushi Singhal --- net/netfilter/nf_conntrack_netlink.c | 5 ++--- net/netfilter/xt_hashlimit.c | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git

[PATCH] net: netfilter: Merge assignment with return

2018-03-28 Thread Arushi Singhal
Merge assignment with return statement to directly return the value. Signed-off-by: Arushi Singhal --- net/netfilter/nf_conntrack_netlink.c | 5 ++--- net/netfilter/xt_hashlimit.c | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git