summaryrefslogtreecommitdiff
path: root/net/xfrm
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-12-07 09:23:14 +0000
committerSteffen Klassert <steffen.klassert@secunet.com>2022-12-09 09:09:40 +0100
commitabe2343d37c2b4361547d5d31e17340ff9ec7356 (patch)
treee755436759aad3ecf18164d21cad97b6f6cb639a /net/xfrm
parent1de8fda46f87157f920b908792f56ca60297269c (diff)
xfrm: Fix spelling mistake "oflload" -> "offload"
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> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/xfrm')
-rw-r--r--net/xfrm/xfrm_device.c2
1 files changed, 1 insertions, 1 deletions
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;
}