Commit abe2343d authored by Colin Ian King's avatar Colin Ian King Committed by Steffen Klassert
Browse files

xfrm: Fix spelling mistake "oflload" -> "offload"



There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 1de8fda4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}