aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim/dev.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-10-08 08:17:47 +0000
committerJakub Kicinski <[email protected]>2019-10-08 18:47:54 +0000
commitf9867b51d268d6fabcc4477d877f04aaad9299ae (patch)
tree82ba8d2f44ceaf70ed06780930c73194ee597bfd /drivers/net/netdevsim/dev.c
parentnet: phy: mscc: make arrays static, makes object smaller (diff)
downloadkernel-f9867b51d268d6fabcc4477d877f04aaad9299ae.tar.gz
kernel-f9867b51d268d6fabcc4477d877f04aaad9299ae.zip
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/netdevsim/dev.c')
-rw-r--r--drivers/net/netdevsim/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netdevsim/dev.c b/drivers/net/netdevsim/dev.c
index a3d7d39f231a..e47fa7b6ca7c 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;
}