projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf96d97
)
net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"
author
Kaige Li
<likaige@loongson.cn>
Thu, 20 Aug 2020 06:47:55 +0000
(14:47 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 20 Aug 2020 18:10:12 +0000
(11:10 -0700)
There are a couple of spelling mistakes in comment text. Fix these.
Signed-off-by: Kaige Li <likaige@loongson.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mscc/mscc_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/mscc/mscc_main.c
b/drivers/net/phy/mscc/mscc_main.c
index a4fbf3a4fa97398eb3e5a51b02817a77b7b81ef5..6bc7406a1ce7311673cd81d32b764cccf43a1199 100644
(file)
--- a/
drivers/net/phy/mscc/mscc_main.c
+++ b/
drivers/net/phy/mscc/mscc_main.c
@@
-1738,13
+1738,13
@@
static int __phy_write_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb,
return 0;
}
-/* Trigger a read to the spcified MCB */
+/* Trigger a read to the sp
e
cified MCB */
static int phy_update_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb)
{
return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_READ);
}
-/* Trigger a write to the spcified MCB */
+/* Trigger a write to the sp
e
cified MCB */
static int phy_commit_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb)
{
return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_WRITE);