diff mbox series

[next] xfrm: Fix spelling mistake "tyoe" -> "type"

Message ID 20221207091919.2278416-1-colin.i.king@gmail.com (mailing list archive)
State Awaiting Upstream
Delegated to: Netdev Maintainers
Headers show
Series [next] xfrm: Fix spelling mistake "tyoe" -> "type" | expand

Checks

Context Check Description
netdev/tree_selection success Guessing tree name failed - patch did not apply

Commit Message

Colin Ian King Dec. 7, 2022, 9:19 a.m. UTC
There is a spelling mistake in a nn_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/netronome/nfp/crypto/ipsec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[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;
 	}

Comments

Leon Romanovsky Dec. 7, 2022, 10:37 a.m. UTC | #1
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 <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/netronome/nfp/crypto/ipsec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Simon Horman Dec. 7, 2022, 11:51 a.m. UTC | #2
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 colin.i.king@gmail.com. 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 <colin.i.king@gmail.com>

Hi Colin,

Thanks for fixing this.

Reviewed-by: Simon Horman <simon.horman@corigine.com>
Steffen Klassert Dec. 9, 2022, 8:13 a.m. UTC | #3
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 <colin.i.king@gmail.com>

This one does not apply to ipsec-next.
diff mbox series

Patch

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