projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8ef82
)
net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"
author
Colin Ian King
<colin.i.king@gmail.com>
Mon, 18 Sep 2023 13:21:42 +0000
(14:21 +0100)
committer
Paolo Abeni
<pabeni@redhat.com>
Tue, 19 Sep 2023 14:42:27 +0000
(16:42 +0200)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://lore.kernel.org/r/20230918132142.199638-1-colin.i.king@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/microchip/ksz9477_acl.c
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/microchip/ksz9477_acl.c
b/drivers/net/dsa/microchip/ksz9477_acl.c
index 93cd46185e71c1991065f759394fafeb108573b6..06d74c19eb945614d585f337521f33ff1acefcd9 100644
(file)
--- a/
drivers/net/dsa/microchip/ksz9477_acl.c
+++ b/
drivers/net/dsa/microchip/ksz9477_acl.c
@@
-353,7
+353,7
@@
static int ksz9477_acl_update_linkage(struct ksz_device *dev, u8 *entry,
return 0;
if (val0 != old_idx) {
- dev_err(dev->dev, "ACL: entry %d has un
xpex
ted ActionRule linkage: %d\n",
+ dev_err(dev->dev, "ACL: entry %d has un
expec
ted ActionRule linkage: %d\n",
old_idx, val0);
return -EINVAL;
}