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>
This commit is contained in:
Colin Ian King 2022-12-07 09:23:14 +00:00 committed by Steffen Klassert
parent 1de8fda46f
commit abe2343d37
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}