]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 18 Sep 2023 13:21:42 +0000 (14:21 +0100)
committerPaolo 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

index 93cd46185e71c1991065f759394fafeb108573b6..06d74c19eb945614d585f337521f33ff1acefcd9 100644 (file)
@@ -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;
        }