lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 2 Jun 2021 14:39:14 +0800
From:   Zheng Yongjun <zhengyongjun3@...wei.com>
To:     <andrew@...n.ch>, <hkallweit1@...il.com>, <davem@...emloft.net>,
        <kuba@...nel.org>, <bcm-kernel-feedback-list@...adcom.com>,
        <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC:     <opendmb@...il.com>, <f.fainelli@...il.com>,
        <linux@...linux.org.uk>, Zheng Yongjun <zhengyongjun3@...wei.com>
Subject: [PATCH net-next] net: mdio: Fix a typo

Hz  ==> hz

Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ