[ovs-dev] [PATCH] bridge: Fix typo in comment.

Ben Pfaff blp at nicira.com
Tue Nov 20 22:17:41 UTC 2012


On Tue, Nov 20, 2012 at 01:55:10PM -0800, Ansis Atteka wrote:
> On Tue, Nov 20, 2012 at 1:09 PM, Ben Pfaff <blp at nicira.com> wrote:
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> >  vswitchd/bridge.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> > index 8f16432..998ea81 100644
> > --- a/vswitchd/bridge.c
> > +++ b/vswitchd/bridge.c
> > @@ -1243,7 +1243,7 @@ bridge_refresh_one_ofp_port(struct bridge *br,
> >               * configured as the user requested, so we must destroy it. */
> >              return false;
> >          } else {
> > -            /* It's the right type and configured correctly.  keep it. */
> > +            /* It's the right type and configured correctly.  Keep it. */
> >              iface_set_ofp_port(iface, ofp_port);
> >              return true;
> >          }
> > --
> > 1.7.2.5
> Looks good to me.

Thanks, applied to master.



More information about the dev mailing list