projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c425679
)
netdevsim: fix spelling mistake "forbidded" -> "forbid"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 8 Oct 2019 08:17:47 +0000
(09:17 +0100)
committer
Jakub Kicinski
<jakub.kicinski@netronome.com>
Tue, 8 Oct 2019 18:47:54 +0000
(11:47 -0700)
There is a spelling mistake in a NL_SET_ERR_MSG_MOD message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
drivers/net/netdevsim/dev.c
patch
|
blob
|
history
diff --git
a/drivers/net/netdevsim/dev.c
b/drivers/net/netdevsim/dev.c
index a3d7d39f231a871eb2fdbff909bb3e24e5e60932..e47fa7b6ca7c851cef3fc3eabc8474d8ccd179fa 100644
(file)
--- 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 forbid
ded
reload for testing purposes");
+ NL_SET_ERR_MSG_MOD(extack, "User forbid
the
reload for testing purposes");
return -EOPNOTSUPP;
}