Re: [PATCH][V2] netfilter: remove redundant assignment to e

2017-11-13 Thread Pablo Neira Ayuso
On Tue, Nov 07, 2017 at 10:08:01AM +, Colin King wrote: > From: Colin Ian King > > The assignment to variable e is redundant since the same assignment > occurs just a few lines later, hence it can be removed. Cleans up > clang warning for arp_tables, ip_tables and ip6_tables: Applied, thank

[PATCH][V2] netfilter: remove redundant assignment to e

2017-11-07 Thread Colin King
From: Colin Ian King The assignment to variable e is redundant since the same assignment occurs just a few lines later, hence it can be removed. Cleans up clang warning for arp_tables, ip_tables and ip6_tables: warning: Value stored to 'e' is never read Signed-off-by: Colin Ian King --- net/