[ovs-dev] [PATCH] bond: Remove spurious blank line.

Ben Pfaff blp at nicira.com
Sat Sep 24 04:26:50 UTC 2011


Thanks, I pushed it.

On Fri, Sep 23, 2011 at 09:22:39PM -0700, Justin Pettit wrote:
> Looks obviously correct. 
> 
> --Justin
> 
> 
> On Sep 23, 2011, at 5:14 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > ---
> > lib/bond.c |    1 -
> > 1 files changed, 0 insertions(+), 1 deletions(-)
> > 
> > diff --git a/lib/bond.c b/lib/bond.c
> > index 5b984fb..e15af04 100644
> > --- a/lib/bond.c
> > +++ b/lib/bond.c
> > @@ -639,7 +639,6 @@ void
> > bond_account(struct bond *bond, const struct flow *flow, uint16_t vlan,
> >              uint64_t n_bytes)
> > {
> > -
> >     if (bond_is_balanced(bond)) {
> >         lookup_bond_entry(bond, flow, vlan)->tx_bytes += n_bytes;
> >     }
> > -- 
> > 1.7.4.4
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list