Skip to content

Commit 1964aac

Browse files
ColinIanKingPaolo Abeni
authored andcommitted
net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"
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>
1 parent 0b8ef82 commit 1964aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/dsa/microchip/ksz9477_acl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ static int ksz9477_acl_update_linkage(struct ksz_device *dev, u8 *entry,
353353
return 0;
354354

355355
if (val0 != old_idx) {
356-
dev_err(dev->dev, "ACL: entry %d has unxpexted ActionRule linkage: %d\n",
356+
dev_err(dev->dev, "ACL: entry %d has unexpected ActionRule linkage: %d\n",
357357
old_idx, val0);
358358
return -EINVAL;
359359
}

0 commit comments

Comments
 (0)