All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: mdio: Fix a typo
@ 2021-06-02  6:39 Zheng Yongjun
  2021-06-02  7:25 ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Zheng Yongjun @ 2021-06-02  6:39 UTC (permalink / raw)
  To: andrew, hkallweit1, davem, kuba, bcm-kernel-feedback-list,
	netdev, linux-kernel
  Cc: opendmb, f.fainelli, linux, Zheng Yongjun

Hz  ==> hz

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/mdio/mdio-bcm-unimac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/mdio/mdio-bcm-unimac.c b/drivers/net/mdio/mdio-bcm-unimac.c
index 63348716b426..bfc9be23c973 100644
--- a/drivers/net/mdio/mdio-bcm-unimac.c
+++ b/drivers/net/mdio/mdio-bcm-unimac.c
@@ -203,7 +203,7 @@ static void unimac_mdio_clk_set(struct unimac_mdio_priv *priv)
 		return;
 	}
 
-	/* The MDIO clock is the reference clock (typically 250MHz) divided by
+	/* The MDIO clock is the reference clock (typically 250Mhz) divided by
 	 * 2 x (MDIO_CLK_DIV + 1)
 	 */
 	reg = unimac_mdio_readl(priv, MDIO_CFG);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-02 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  6:39 [PATCH net-next] net: mdio: Fix a typo Zheng Yongjun
2021-06-02  7:25 ` Joe Perches
2021-06-02  7:43   ` 答复: " zhengyongjun
2021-06-02 10:07     ` Russell King (Oracle)
2021-06-02 10:09       ` Russell King - ARM Linux admin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.