datapath-windows: Rename local variable in Vport.c
authorSairam Venugopal <vsairam@vmware.com>
Wed, 22 Jun 2016 20:50:34 +0000 (13:50 -0700)
committerGurucharan Shetty <guru@ovn.org>
Thu, 23 Jun 2016 19:59:55 +0000 (12:59 -0700)
commit74658c84d4bdf91a2518164bce6e63e216e5f3e6
tree29fee485f3e4204b6aa41ed8b23e916a8dcf30c6
parente9bc5de158e0024a14dddfe44f840b6da528be4f
datapath-windows: Rename local variable in Vport.c

Declaration of 'event' hides previous local declaration. Rename this to
evt. The other variable wasn't being used.

Signed-off-by: Sairam Venugopal <vsairam@vmware.com>
Acked-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Vport.c