diff mbox

[ovs-dev] ovn-controller: Fix typo in comment.

Message ID 1454710707-18610-1-git-send-email-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff Feb. 5, 2016, 10:18 p.m. UTC
Too much asss.

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 ovn/controller/lflow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kyle Mestery Feb. 5, 2016, 10:36 p.m. UTC | #1
On Fri, Feb 5, 2016 at 4:18 PM, Ben Pfaff <blp@ovn.org> wrote:
> Too much asss.
>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  ovn/controller/lflow.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c
> index e586365..d53213c 100644
> --- a/ovn/controller/lflow.c
> +++ b/ovn/controller/lflow.c
> @@ -285,7 +285,7 @@ lflow_run(struct controller_ctx *ctx, struct hmap *flow_table,
>
>      const struct sbrec_logical_flow *lflow;
>      SBREC_LOGICAL_FLOW_FOR_EACH (lflow, ctx->ovnsb_idl) {
> -        /* Find the "struct logical_datapath" asssociated with this
> +        /* Find the "struct logical_datapath" associated with this
>           * Logical_Flow row.  If there's no such struct, that must be because
>           * no logical ports are bound to that logical datapath, so there's no
>           * point in maintaining any flows for it anyway, so skip it. */
> --
> 2.1.3
>
lol :)

Acked-By: Kyle Mestery <mestery@mestery.com>

> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Ben Pfaff Feb. 6, 2016, 12:24 a.m. UTC | #2
On Fri, Feb 05, 2016 at 04:36:16PM -0600, Kyle Mestery wrote:
> On Fri, Feb 5, 2016 at 4:18 PM, Ben Pfaff <blp@ovn.org> wrote:
> > Too much asss.
> >
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  ovn/controller/lflow.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c
> > index e586365..d53213c 100644
> > --- a/ovn/controller/lflow.c
> > +++ b/ovn/controller/lflow.c
> > @@ -285,7 +285,7 @@ lflow_run(struct controller_ctx *ctx, struct hmap *flow_table,
> >
> >      const struct sbrec_logical_flow *lflow;
> >      SBREC_LOGICAL_FLOW_FOR_EACH (lflow, ctx->ovnsb_idl) {
> > -        /* Find the "struct logical_datapath" asssociated with this
> > +        /* Find the "struct logical_datapath" associated with this
> >           * Logical_Flow row.  If there's no such struct, that must be because
> >           * no logical ports are bound to that logical datapath, so there's no
> >           * point in maintaining any flows for it anyway, so skip it. */
> > --
> > 2.1.3
> >
> lol :)
> 
> Acked-By: Kyle Mestery <mestery@mestery.com>

Thanks Kyle, applied to master.
diff mbox

Patch

diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c
index e586365..d53213c 100644
--- a/ovn/controller/lflow.c
+++ b/ovn/controller/lflow.c
@@ -285,7 +285,7 @@  lflow_run(struct controller_ctx *ctx, struct hmap *flow_table,
 
     const struct sbrec_logical_flow *lflow;
     SBREC_LOGICAL_FLOW_FOR_EACH (lflow, ctx->ovnsb_idl) {
-        /* Find the "struct logical_datapath" asssociated with this
+        /* Find the "struct logical_datapath" associated with this
          * Logical_Flow row.  If there's no such struct, that must be because
          * no logical ports are bound to that logical datapath, so there's no
          * point in maintaining any flows for it anyway, so skip it. */