[PATCH][next] net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"

From: Colin Ian King
Date: Mon Sep 18 2023 - 12:32:32 EST


There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
drivers/net/dsa/microchip/ksz9477_acl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;
}
--
2.39.2