diff options
| author | 谢致邦 (XIE Zhibang) <Yeking@Red54.com> | 2026-03-28 16:43:31 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-29 21:44:39 +0300 |
| commit | 30fcf28d83ee30494454b3f62f89a86e9e67bc25 (patch) | |
| tree | 1fa39fdd36dafb1320ebd5c6f5a337a79b769bea | |
| parent | e531a081065d274a14f54441a38e1849453d06ec (diff) | |
| download | linux-30fcf28d83ee30494454b3f62f89a86e9e67bc25.tar.xz | |
net: stmmac: dwmac-rk: Fix typo in comment
Correct the typo "rk3520" to "rk3528" in comment.
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/tencent_833D2AD6577F21CF38ED1C3FE8814EB4B308@qq.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c index b0441a368cb1..8d7042e68926 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c @@ -214,7 +214,7 @@ static int rk_configure_io_clksel(struct rk_priv_data *bsp_priv) cru = !io; /* The io_clksel configuration can be either: - * 0=CRU, 1=IO (rk3506, rk3520, rk3576) or + * 0=CRU, 1=IO (rk3506, rk3528, rk3576) or * 0=IO, 1=CRU (rk3588) * where CRU means the transmit clock comes from the CRU and IO * means the transmit clock comes from IO. |
