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. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majord...@vger.kernel.org More

[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