[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220629124656.55575-1-yuanjilin@cdjrlc.com>
Date: Wed, 29 Jun 2022 20:46:56 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: qiangqing.zhang@....com, davem@...emloft.ne, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] ethernet/freescale:fix repeated words in comments
Delete the redundant word 'next'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/net/ethernet/freescale/fec_ptp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/freescale/fec_ptp.c b/drivers/net/ethernet/freescale/fec_ptp.c
index 7d49c28215f3..ba0d8c613ac9 100644
--- a/drivers/net/ethernet/freescale/fec_ptp.c
+++ b/drivers/net/ethernet/freescale/fec_ptp.c
@@ -544,7 +544,7 @@ static irqreturn_t fec_pps_interrupt(int irq, void *dev_id)
val = readl(fep->hwp + FEC_TCSR(channel));
if (val & FEC_T_TF_MASK) {
- /* Write the next next compare(not the next according the spec)
+ /* Write the next compare(not the next according the spec)
* value to the register
*/
writel(fep->next_counter, fep->hwp + FEC_TCCR(channel));
--
2.36.1
Powered by blists - more mailing lists