Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

谢致邦 (XIE Zhibang) and committed by
Jakub Kicinski
30fcf28d e531a081

+1 -1
+1 -1
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c
··· 214 214 cru = !io; 215 215 216 216 /* The io_clksel configuration can be either: 217 - * 0=CRU, 1=IO (rk3506, rk3520, rk3576) or 217 + * 0=CRU, 1=IO (rk3506, rk3528, rk3576) or 218 218 * 0=IO, 1=CRU (rk3588) 219 219 * where CRU means the transmit clock comes from the CRU and IO 220 220 * means the transmit clock comes from IO.