2022-12-07 10:26:46

by Colin Ian King

[permalink] [raw]
Subject: [PATCH][next] xfrm: Fix spelling mistake "tyoe" -> "type"

There is a spelling mistake in a nn_err message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/net/ethernet/netronome/nfp/crypto/ipsec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/netronome/nfp/crypto/ipsec.c b/drivers/net/ethernet/netronome/nfp/crypto/ipsec.c
index 4632268695cb..266368386836 100644
--- a/drivers/net/ethernet/netronome/nfp/crypto/ipsec.c
[next]+++ b/drivers/net/ethernet/netronome/nfp/crypto/ipsec.c
@@ -303,7 +303,7 @@ static int nfp_net_xfrm_add_state(struct xfrm_state *x)
}

if (x->xso.type != XFRM_DEV_OFFLOAD_CRYPTO) {
- nn_err(nn, "Unsupported xfrm offload tyoe\n");
+ nn_err(nn, "Unsupported xfrm offload type\n");
return -EINVAL;
}

--
2.38.1


2022-12-07 10:40:56

by Leon Romanovsky

[permalink] [raw]
Subject: Re: [PATCH][next] xfrm: Fix spelling mistake "tyoe" -> "type"

On Wed, Dec 07, 2022 at 09:19:19AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a nn_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> drivers/net/ethernet/netronome/nfp/crypto/ipsec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Thanks,
Reviewed-by: Leon Romanovsky <[email protected]>

2022-12-07 12:20:01

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH][next] xfrm: Fix spelling mistake "tyoe" -> "type"

On Wed, Dec 07, 2022 at 09:19:19AM +0000, Colin Ian King wrote:
> [Some people who received this message don't often get email from [email protected]. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> There is a spelling mistake in a nn_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

Hi Colin,

Thanks for fixing this.

Reviewed-by: Simon Horman <[email protected]>

2022-12-09 08:56:17

by Steffen Klassert

[permalink] [raw]
Subject: Re: [PATCH][next] xfrm: Fix spelling mistake "tyoe" -> "type"

On Wed, Dec 07, 2022 at 09:19:19AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a nn_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

This one does not apply to ipsec-next.