Commit 93d663c7 authored by Jilin Yuan's avatar Jilin Yuan Committed by Jakub Kicinski

stmicro/stmmac: fix repeated words in comments

Delete the redundant word 'all'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220630125222.14357-1-yuanjilin@cdjrlc.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent c3178883
......@@ -197,7 +197,7 @@ static void dwmac_mmc_ctrl(void __iomem *mmcaddr, unsigned int mode)
MMC_CNTRL, value);
}
/* To mask all all interrupts.*/
/* To mask all interrupts.*/
static void dwmac_mmc_intr_all_mask(void __iomem *mmcaddr)
{
writel(MMC_DEFAULT_MASK, mmcaddr + MMC_RX_INTR_MASK);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment