Re: [ovs-dev] [PATCH 3/5 v2] datapath-windows: clean code in gre

2016-11-03 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 10/27/16, 11:55 AM, "Alin Serdean" wrote: >The purpose of this patch is to make the code more readable and >fix a static analyzer warning. > >Signed-off-by: Alin Gabriel Serdean >--- > datapath-windows/ovsext/Gre.c | 6 +++--- > 1 file changed, 3 insertions(+), 3

[ovs-dev] [PATCH 3/5 v2] datapath-windows: clean code in gre

2016-10-27 Thread Alin Serdean
The purpose of this patch is to make the code more readable and fix a static analyzer warning. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Gre.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datapath-windows/ovsext/Gre.c b/datapath-windows/ovsext/G