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; -- 2.48.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev