[PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"

Colin Ian King posted 1 patch 2 years, 9 months ago
net/xfrm/xfrm_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"
Posted by Colin Ian King 2 years, 9 months ago
There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 net/xfrm/xfrm_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/xfrm/xfrm_device.c b/net/xfrm/xfrm_device.c
index 3e9e874522a8..4aff76c6f12e 100644
--- a/net/xfrm/xfrm_device.c
+++ b/net/xfrm/xfrm_device.c
@@ -379,7 +379,7 @@ int xfrm_dev_policy_add(struct net *net, struct xfrm_policy *xp,
 	default:
 		xdo->dev = NULL;
 		dev_put(dev);
-		NL_SET_ERR_MSG(extack, "Unrecognized oflload direction");
+		NL_SET_ERR_MSG(extack, "Unrecognized offload direction");
 		return -EINVAL;
 	}
 
-- 
2.38.1
Re: [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"
Posted by Steffen Klassert 2 years, 9 months ago
On Wed, Dec 07, 2022 at 09:23:14AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Applied to ipsec-next, thanks!
Re: [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"
Posted by Leon Romanovsky 2 years, 9 months ago
On Wed, Dec 07, 2022 at 09:23:14AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  net/xfrm/xfrm_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>