OSDN Git Service
(root)
/
tomoyo
/
tomoyo-test1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de8fda
)
xfrm: Fix spelling mistake "oflload" -> "offload"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 7 Dec 2022 09:23:14 +0000
(09:23 +0000)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Fri, 9 Dec 2022 08:09:40 +0000
(09:09 +0100)
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>
net/xfrm/xfrm_device.c
patch
|
blob
|
history
diff --git
a/net/xfrm/xfrm_device.c
b/net/xfrm/xfrm_device.c
index
3e9e874
..
4aff76c
100644
(file)
--- 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 of
l
load direction");
+ NL_SET_ERR_MSG(extack, "Unrecognized of
f
load direction");
return -EINVAL;
}