Skip to content

Commit

Permalink
xfrm: Fix spelling mistake "oflload" -> "offload"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Steffen Klassert committed Dec 9, 2022
1 parent 1de8fda commit abe2343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xfrm/xfrm_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit abe2343

Please sign in to comment.