]> www.infradead.org Git - nvme.git/commitdiff
net: stmmac: dwmac-stm32: Fix Mhz to MHz
authorMarek Vasut <marex@denx.de>
Tue, 11 Jun 2024 08:36:04 +0000 (10:36 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Fri, 14 Jun 2024 08:50:56 +0000 (10:50 +0200)
Trivial, fix up the comments using 'Mhz' to 'MHz'.
No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Christophe Roullier <christophe.roullier@foss.st.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c

index 75981ac2cbb5602f5fd6ef5e7270a3ff03f1e0e7..bed2be129b2d264daabdc4bc05a3eac804736a87 100644 (file)
@@ -58,7 +58,7 @@
  * Below table summarizes the clock requirement and clock sources for
  * supported phy interface modes.
  * __________________________________________________________________________
- *|PHY_MODE | Normal | PHY wo crystal|   PHY wo crystal   |No 125Mhz from PHY|
+ *|PHY_MODE | Normal | PHY wo crystal|   PHY wo crystal   |No 125MHz from PHY|
  *|         |        |      25MHz    |        50MHz       |                  |
  * ---------------------------------------------------------------------------
  *|  MII    |   -   |     eth-ck    |        n/a         |       n/a        |
@@ -367,7 +367,7 @@ static int stm32mp1_parse_data(struct stm32_dwmac *dwmac,
        /* Gigabit Ethernet 125MHz clock selection. */
        dwmac->eth_clk_sel_reg = of_property_read_bool(np, "st,eth-clk-sel");
 
-       /* Ethernet 50Mhz RMII clock selection */
+       /* Ethernet 50MHz RMII clock selection */
        dwmac->eth_ref_clk_sel_reg =
                of_property_read_bool(np, "st,eth-ref-clk-sel");