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

agere: fix repeated words in comments

Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220625065745.61464-1-yuanjilin@cdjrlc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jilin Yuan and committed by
Jakub Kicinski
e3e2bad7 e3b64a7a

+1 -1
+1 -1
drivers/net/ethernet/agere/et131x.c
··· 1106 1106 writel(0, &rxmac->mif_ctrl); 1107 1107 writel(0, &rxmac->space_avail); 1108 1108 1109 - /* Initialize the the mif_ctrl register 1109 + /* Initialize the mif_ctrl register 1110 1110 * bit 3: Receive code error. One or more nibbles were signaled as 1111 1111 * errors during the reception of the packet. Clear this 1112 1112 * bit in Gigabit, set it in 100Mbit. This was derived