Re: [PATCH v2 net-next 10/13] vxlan: do not shadow flags variable

2015-08-19 Thread Thomas Graf
On 08/19/15 at 12:10pm, Jiri Benc wrote: > The 'flags' variable is already defined in the outer scope. > > Signed-off-by: Jiri Benc Acked-by: Thomas Graf -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo inf

[PATCH v2 net-next 10/13] vxlan: do not shadow flags variable

2015-08-19 Thread Jiri Benc
The 'flags' variable is already defined in the outer scope. Signed-off-by: Jiri Benc --- drivers/net/vxlan.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 070149f77072..2c1abf95c17d 100644 --- a/drivers/net/vxlan.c +++