Re: [ovs-dev] [PATCH 2/3] datapath-windows: Cleanup Stt.c

2015-12-03 Thread Sorin Vinturis
Acked-by: Sorin Vinturis -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean Sent: Wednesday, 2 December, 2015 19:51 To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 2/3] datapath-windows: Cleanup Stt.c Remove double include for Flow.h and sort

Re: [ovs-dev] [PATCH 2/3] datapath-windows: Cleanup Stt.c

2015-12-02 Thread Nithin Raju
Acked-by: Nithin Raju -Original Message- From: dev on behalf of Alin Serdean Date: Wednesday, December 2, 2015 at 9:50 AM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH 2/3] datapath-windows: Cleanup Stt.c >Remove double include for Flow.h and sort the includes a

Re: [ovs-dev] [PATCH 2/3] datapath-windows: Cleanup Stt.c

2015-12-02 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 12/2/15, 9:50 AM, "Alin Serdean" wrote: >Remove double include for Flow.h and sort the includes alphabetically. >Also remove tabs. > >Found by inspection. > >Signed-off-by: Alin Gabriel Serdean >--- > datapath-windows/ovsext/Stt.c | 44 >+-

[ovs-dev] [PATCH 2/3] datapath-windows: Cleanup Stt.c

2015-12-02 Thread Alin Serdean
Remove double include for Flow.h and sort the includes alphabetically. Also remove tabs. Found by inspection. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Stt.c | 44 +-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/d