Skip to content

Commit abe2343

Browse files
ColinIanKingklassert
authored andcommitted
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 <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 1de8fda commit abe2343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/xfrm/xfrm_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ int xfrm_dev_policy_add(struct net *net, struct xfrm_policy *xp,
379379
default:
380380
xdo->dev = NULL;
381381
dev_put(dev);
382-
NL_SET_ERR_MSG(extack, "Unrecognized oflload direction");
382+
NL_SET_ERR_MSG(extack, "Unrecognized offload direction");
383383
return -EINVAL;
384384
}
385385

0 commit comments

Comments
 (0)