Skip to content

Commit 089507a

Browse files
ColinIanKingkuba-moo
authored andcommitted
net: dsa: microchip: Fix spellig mistake "configur" -> "configure"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240509065023.3033397-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 7172dc9 commit 089507a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/dsa/microchip/ksz_dcb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ static int ksz88x3_port_set_default_prio_quirks(struct ksz_device *dev, int port
220220
return ret;
221221

222222
if (!(port2_data & KSZ8_PORT_802_1P_ENABLE)) {
223-
dev_err(dev->dev, "Not possible to configur port priority on Port 1 if PCP apptrust on Port 2 is disabled\n");
223+
dev_err(dev->dev, "Not possible to configure port priority on Port 1 if PCP apptrust on Port 2 is disabled\n");
224224
return -EINVAL;
225225
}
226226
}

0 commit comments

Comments
 (0)