ath79: add support for Huawei AP5030DN
[openwrt/openwrt.git] / target / linux / generic / backport-6.1 / 791-v6.3-04-net-phy-fix-the-spelling-problem-of-Sentinel.patch
1 From 4104a713204d62aca482eebb0c6226d82a0721eb Mon Sep 17 00:00:00 2001
2 From: Frank Sae <Frank.Sae@motor-comm.com>
3 Date: Sat, 28 Jan 2023 14:35:57 +0800
4 Subject: [PATCH] net: phy: fix the spelling problem of Sentinel
5
6 CHECK: 'sentinal' may be misspelled - perhaps 'sentinel'?
7
8 Signed-off-by: Frank Sae <Frank.Sae@motor-comm.com>
9 Reviewed-by: Andrew Lunn <andrew@lunn.ch>
10 Link: https://lore.kernel.org/r/20230128063558.5850-1-Frank.Sae@motor-comm.com
11 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
12 ---
13 drivers/net/phy/motorcomm.c | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 --- a/drivers/net/phy/motorcomm.c
17 +++ b/drivers/net/phy/motorcomm.c
18 @@ -1804,7 +1804,7 @@ static const struct mdio_device_id __may
19 { PHY_ID_MATCH_EXACT(PHY_ID_YT8511) },
20 { PHY_ID_MATCH_EXACT(PHY_ID_YT8521) },
21 { PHY_ID_MATCH_EXACT(PHY_ID_YT8531S) },
22 - { /* sentinal */ }
23 + { /* sentinel */ }
24 };
25
26 MODULE_DEVICE_TABLE(mdio, motorcomm_tbl);