Message ID | 20230918132142.199638-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1964aacfaed526c7faa4bdc8fedb0f24ff566bdd |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [next] net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected" | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Mon, 18 Sep 2023 14:21:42 +0100 you wrote: > There is a spelling mistake in a dev_err message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > drivers/net/dsa/microchip/ksz9477_acl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [next] net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected" https://git.kernel.org/netdev/net-next/c/1964aacfaed5 You are awesome, thank you!
diff --git a/drivers/net/dsa/microchip/ksz9477_acl.c b/drivers/net/dsa/microchip/ksz9477_acl.c index 93cd46185e71..06d74c19eb94 100644 --- 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 unxpexted ActionRule linkage: %d\n", + dev_err(dev->dev, "ACL: entry %d has unexpected ActionRule linkage: %d\n", old_idx, val0); return -EINVAL; }
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- drivers/net/dsa/microchip/ksz9477_acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)