diff mbox series

[ovs-dev,v1] lacp: modify the comment misspelling

Message ID 202206231832060349016@chinatelecom.cn
State Accepted
Commit 22413fe8a83cc4e153fc35defc6f01f7dc5a21b5
Headers show
Series [ovs-dev,v1] lacp: modify the comment misspelling | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

yangchang June 23, 2022, 10:32 a.m. UTC
change 'negotations' to 'negotiations'

Signed-off-by: yangchang <yangchang@chinatelecom.cn>
---
 lib/lacp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
1.8.3.1



yangchang@chinatelecom.cn

Comments

Mike Pattrick July 27, 2022, 1:35 p.m. UTC | #1
On Thu, Jun 23, 2022 at 6:32 AM yangchang <yangchang@chinatelecom.cn> wrote:
>
> change 'negotations' to 'negotiations'
>
> Signed-off-by: yangchang <yangchang@chinatelecom.cn>

Good catch!

Acked-by: Mike Pattrick <mkp@redhat.com>

> ---
>  lib/lacp.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/lacp.h b/lib/lacp.h
> index d731ae9..3c14862 100644
> --- a/lib/lacp.h
> +++ b/lib/lacp.h
> @@ -24,7 +24,7 @@
>  /* LACP Protocol Implementation. */
>
>  enum lacp_status {
> -    LACP_NEGOTIATED,                  /* Successful LACP negotations. */
> +    LACP_NEGOTIATED,                  /* Successful LACP negotiations. */
>      LACP_CONFIGURED,                  /* LACP is enabled but not negotiated. */
>      LACP_DISABLED                     /* LACP is not enabled. */
>  };
> --
> 1.8.3.1
>
>
>
> yangchang@chinatelecom.cn
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Ilya Maximets Nov. 30, 2022, 3:48 p.m. UTC | #2
On 7/27/22 15:35, Mike Pattrick wrote:
> On Thu, Jun 23, 2022 at 6:32 AM yangchang <yangchang@chinatelecom.cn> wrote:
>>
>> change 'negotations' to 'negotiations'
>>
>> Signed-off-by: yangchang <yangchang@chinatelecom.cn>
> 
> Good catch!
> 
> Acked-by: Mike Pattrick <mkp@redhat.com>


Applied.  Thanks!

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/lib/lacp.h b/lib/lacp.h
index d731ae9..3c14862 100644
--- a/lib/lacp.h
+++ b/lib/lacp.h
@@ -24,7 +24,7 @@ 
 /* LACP Protocol Implementation. */

 enum lacp_status {
-    LACP_NEGOTIATED,                  /* Successful LACP negotations. */
+    LACP_NEGOTIATED,                  /* Successful LACP negotiations. */
     LACP_CONFIGURED,                  /* LACP is enabled but not negotiated. */
     LACP_DISABLED                     /* LACP is not enabled. */
 };