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 |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Guessing tree name failed - patch did not apply |
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>
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>
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 --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
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; }