projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61da6ac
)
net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"
author
Colin Ian King
<colin.i.king@googlemail.com>
Thu, 25 Nov 2021 00:29:32 +0000
(
00:29
+0000)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 26 Nov 2021 03:29:23 +0000
(19:29 -0800)
There is a spelling mistake in a netdev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://lore.kernel.org/r/20211125002932.49217-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/qca8k.c
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/qca8k.c
b/drivers/net/dsa/qca8k.c
index d04b25eca25033155244a4abeea0c79272880083..094b1b554abfed8251f200feb80c6cf7644282d8 100644
(file)
--- a/
drivers/net/dsa/qca8k.c
+++ b/
drivers/net/dsa/qca8k.c
@@
-2277,7
+2277,7
@@
qca8k_lag_setup_hash(struct dsa_switch *ds,
if (unique_lag) {
priv->lag_hash_mode = hash;
} else if (priv->lag_hash_mode != hash) {
- netdev_err(lag, "Error: Mismat
e
ched Hash Mode across different lag is not supported\n");
+ netdev_err(lag, "Error: Mismatched Hash Mode across different lag is not supported\n");
return -EOPNOTSUPP;
}