diff mbox series

[ovs-dev,4/5] controller: fix typo in comments

Message ID 20230519181859.1195040-5-odivlad@gmail.com
State Accepted
Headers show
Series VTEP lport ARP handling fixes & GARP support | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Vladislav Odintsov May 19, 2023, 6:18 p.m. UTC
Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
---
 controller/binding.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Dumitru Ceara May 30, 2023, 2:52 p.m. UTC | #1
On 5/19/23 20:18, Vladislav Odintsov wrote:
> Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
> ---

Applied to main and backported down to 22.06, thanks!
diff mbox series

Patch

diff --git a/controller/binding.c b/controller/binding.c
index 28218b2e8..c7a2b3f10 100644
--- a/controller/binding.c
+++ b/controller/binding.c
@@ -2092,7 +2092,7 @@  binding_run(struct binding_ctx_in *b_ctx_in, struct binding_ctx_out *b_ctx_out)
         free(lnet_lport);
     }
 
-    /* Run through external lport list to see if these are external ports
+    /* Run through external lport list to see if there are external ports
      * on local datapaths discovered from above loop, and update the
      * corresponding local datapath accordingly. */
     struct lport *ext_lport;
@@ -2101,7 +2101,7 @@  binding_run(struct binding_ctx_in *b_ctx_in, struct binding_ctx_out *b_ctx_out)
         free(ext_lport);
     }
 
-    /* Run through multichassis lport list to see if these are ports
+    /* Run through multichassis lport list to see if there are ports
      * on local datapaths discovered from above loop, and update the
      * corresponding local datapath accordingly. */
     struct lport *multichassis_lport;