summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Sae <Frank.Sae@motor-comm.com>2023-01-28 09:35:57 +0300
committerMinda Chen <minda.chen@starfivetech.com>2024-01-11 13:58:41 +0300
commit8c9a556adc9b158a592050466ce02041c8f47e8d (patch)
treeeb1b1ee68ea4a4a415477c42fe96f791104eab71
parent717a869788634aefce3a378463298398208f5f91 (diff)
downloadlinux-8c9a556adc9b158a592050466ce02041c8f47e8d.tar.xz
net: phy: fix the spelling problem of Sentinel
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>
-rw-r--r--drivers/net/phy/motorcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c
index 685190db72de..b6968c78c303 100644
--- a/drivers/net/phy/motorcomm.c
+++ b/drivers/net/phy/motorcomm.c
@@ -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);