On Nov 5, 2014, at 10:39 AM, Eitan Eliahu <[email protected]> wrote:
> Signed-off-by: Eitan Eliahu <[email protected]> > --- > lib/route-table-stub.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c > index 85c2583..cd50002 100644 > --- a/lib/route-table-stub.c > +++ b/lib/route-table-stub.c > @@ -18,10 +18,10 @@ > #include "compiler.h" > > bool > -ovs_router_lookup(ovs_be32 ip_dst OVS_UNUSED, char output_bridge[], ovs_be32 > *gw) > +ovs_router_lookup(ovs_be32 ip_dst OVS_UNUSED,char output_bridge[] OVS_UNUSED, > + ovs_be32 *gw) > { > *gw = 0; > - name[0] = '\0'; > return false; > } LG. minor comment is to put a ' ' before 'char output_bridge[]'. Acked-by: Nithin Raju <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
