From: Colin Ian King Date: Tue, 8 Oct 2019 08:17:47 +0000 (+0100) Subject: netdevsim: fix spelling mistake "forbidded" -> "forbid" X-Git-Tag: v5.5-rc1~174^2~391 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9867b51d268d6fabcc4477d877f04aaad9299ae;p=thirdparty%2Flinux.git netdevsim: fix spelling mistake "forbidded" -> "forbid" There is a spelling mistake in a NL_SET_ERR_MSG_MOD message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/netdevsim/dev.c b/drivers/net/netdevsim/dev.c index a3d7d39f231a8..e47fa7b6ca7c8 100644 --- a/drivers/net/netdevsim/dev.c +++ b/drivers/net/netdevsim/dev.c @@ -486,7 +486,7 @@ static int nsim_dev_reload_down(struct devlink *devlink, bool netns_change, /* For testing purposes, user set debugfs dont_allow_reload * value to true. So forbid it. */ - NL_SET_ERR_MSG_MOD(extack, "User forbidded reload for testing purposes"); + NL_SET_ERR_MSG_MOD(extack, "User forbid the reload for testing purposes"); return -EOPNOTSUPP; }