diff mbox series

[ovs-dev] controller: fix typo in get_lport_type_str()

Message ID 20220719151230.3122743-1-odivlad@gmail.com
State Accepted
Headers show
Series [ovs-dev] controller: fix typo in get_lport_type_str() | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success

Commit Message

Vladislav Odintsov July 19, 2022, 3:12 p.m. UTC
Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
---
 controller/binding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique July 20, 2022, 7 p.m. UTC | #1
On Tue, Jul 19, 2022 at 10:13 AM Vladislav Odintsov <odivlad@gmail.com> wrote:
>
> Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>

Thanks.  Applied to the main branch.

Numan

> ---
>  controller/binding.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/controller/binding.c b/controller/binding.c
> index 9faef02dd..ba803ae3e 100644
> --- a/controller/binding.c
> +++ b/controller/binding.c
> @@ -881,7 +881,7 @@ get_lport_type_str(enum en_lport_type lport_type)
>      case LP_CHASSISREDIRECT:
>          return "CHASSISREDIRECT";
>      case LP_L3GATEWAY:
> -        return "L3GATEWAT";
> +        return "L3GATEWAY";
>      case LP_LOCALNET:
>          return "PATCH";
>      case LP_LOCALPORT:
> --
> 2.26.3
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/controller/binding.c b/controller/binding.c
index 9faef02dd..ba803ae3e 100644
--- a/controller/binding.c
+++ b/controller/binding.c
@@ -881,7 +881,7 @@  get_lport_type_str(enum en_lport_type lport_type)
     case LP_CHASSISREDIRECT:
         return "CHASSISREDIRECT";
     case LP_L3GATEWAY:
-        return "L3GATEWAT";
+        return "L3GATEWAY";
     case LP_LOCALNET:
         return "PATCH";
     case LP_LOCALPORT: