Skip to content

Commit

Permalink
net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Paolo Abeni committed Sep 19, 2023
1 parent 0b8ef82 commit 1964aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/dsa/microchip/ksz9477_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1964aac

Please sign in to comment.