Skip to content

Commit 93d663c

Browse files
Jilin Yuankuba-moo
authored andcommitted
stmicro/stmmac: fix repeated words in comments
Delete the redundant word 'all'. Signed-off-by: Jilin Yuan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c317888 commit 93d663c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/stmicro/stmmac/mmc_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ static void dwmac_mmc_ctrl(void __iomem *mmcaddr, unsigned int mode)
197197
MMC_CNTRL, value);
198198
}
199199

200-
/* To mask all all interrupts.*/
200+
/* To mask all interrupts.*/
201201
static void dwmac_mmc_intr_all_mask(void __iomem *mmcaddr)
202202
{
203203
writel(MMC_DEFAULT_MASK, mmcaddr + MMC_RX_INTR_MASK);

0 commit comments

Comments
 (0)