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
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]>
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]>
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.