linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"
@ 2022-12-07  9:23 Colin Ian King
  2022-12-07 10:37 ` Leon Romanovsky
  2022-12-09  8:12 ` Steffen Klassert
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-12-07  9:23 UTC (permalink / raw)
  To: Steffen Klassert, Herbert Xu, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"
  2022-12-07  9:23 [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload" Colin Ian King
@ 2022-12-07 10:37 ` Leon Romanovsky
  2022-12-09  8:12 ` Steffen Klassert
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Romanovsky @ 2022-12-07 10:37 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Steffen Klassert, Herbert Xu, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev, kernel-janitors,
	linux-kernel

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload"
  2022-12-07  9:23 [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload" Colin Ian King
  2022-12-07 10:37 ` Leon Romanovsky
@ 2022-12-09  8:12 ` Steffen Klassert
  1 sibling, 0 replies; 3+ messages in thread
From: Steffen Klassert @ 2022-12-09  8:12 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Herbert Xu, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev, kernel-janitors, linux-kernel

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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-09  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07  9:23 [PATCH][next] xfrm: Fix spelling mistake "oflload" -> "offload" Colin Ian King
2022-12-07 10:37 ` Leon Romanovsky
2022-12-09  8:12 ` Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).