On 3/25/25 12:21 AM, Vladislav Odintsov wrote:
> Signed-off-by: Vladislav Odintsov <vlodintsov@k2.cloud>
> Acked-by: Mike Pattrick <m...@redhat.com>
> ---
> v1 -> v2:
>   - Addressed Mike's review comment.
> ---
>  ofproto/ofproto-dpif.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index 8a18233d6..70ef59c65 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -3642,7 +3642,7 @@ bundle_set(struct ofproto *ofproto_, void *aux,
>          bundle->bond = NULL;
>      }
>  
> -    /* Set proteced port mode */
> +    /* Set protected port mode. */
>      if (s->protected != bundle->protected) {
>          bundle->protected = s->protected;
>          need_flush = true;

Thanks, Vladislav and Mike!

I wanted to apply this one as well, but it turned out Eelco fixed that comment
in his recent larger change...  I'll mark this one as no applicable.

And I'll mark the second patch of this set as 'changes requested' for now.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to