net: phy: fix the spelling problem of Sentinel
authorFrank Sae <Frank.Sae@motor-comm.com>
Sat, 28 Jan 2023 06:35:57 +0000 (14:35 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 31 Jan 2023 05:05:26 +0000 (21:05 -0800)
CHECK: 'sentinal' may be misspelled - perhaps 'sentinel'?

Signed-off-by: Frank Sae <Frank.Sae@motor-comm.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20230128063558.5850-1-Frank.Sae@motor-comm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/motorcomm.c

index 685190db72deb4fc8679f3d2f111ebacfc91e1e2..b6968c78c303abd5f56cb2ef8b06f920c71a33f2 100644 (file)
@@ -1804,7 +1804,7 @@ static const struct mdio_device_id __maybe_unused motorcomm_tbl[] = {
        { PHY_ID_MATCH_EXACT(PHY_ID_YT8511) },
        { PHY_ID_MATCH_EXACT(PHY_ID_YT8521) },
        { PHY_ID_MATCH_EXACT(PHY_ID_YT8531S) },
-       { /* sentinal */ }
+       { /* sentinel */ }
 };
 
 MODULE_DEVICE_TABLE(mdio, motorcomm_tbl);