Skip to content

Commit 796dc3c

Browse files
ColinIanKingkuba-moo
authored andcommitted
net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
There is a spelling mistake in a dev_dbg message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Simon Horman <[email protected]> Reviewed-by: Vladimir Oltean <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Jakub Kicinski <[email protected]>
1 parent dfaed0e commit 796dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/dsa/microchip/ksz9477.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static int ksz9477_handle_wake_reason(struct ksz_device *dev, int port)
8484
dev_dbg(dev->dev, "Wake event on port %d due to:%s%s%s\n", port,
8585
pme_status & PME_WOL_MAGICPKT ? " \"Magic Packet\"" : "",
8686
pme_status & PME_WOL_LINKUP ? " \"Link Up\"" : "",
87-
pme_status & PME_WOL_ENERGY ? " \"Enery detect\"" : "");
87+
pme_status & PME_WOL_ENERGY ? " \"Energy detect\"" : "");
8888

8989
return ksz_pwrite8(dev, port, REG_PORT_PME_STATUS, pme_status);
9090
}

0 commit comments

Comments
 (0)