On Fri, Nov 4, 2011 at 11:12 AM, Pravin B Shelar <[email protected]> wrote: > diff --git a/datapath/vport-internal_dev.c b/datapath/vport-internal_dev.c > index a468ac8..55f5e46 100644 > --- a/datapath/vport-internal_dev.c > +++ b/datapath/vport-internal_dev.c > static struct net_device_stats *internal_dev_sys_stats(struct net_device > *netdev) [...] > + vport_get_stats((vport), &vport_stats);
You have an extra set of parentheses left over from when this was a macro but otherwise looks good. Acked-by: Jesse Gross <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
