[PATCH] ethernet/freescale:fix repeated words in comments

From: Jilin Yuan
Date: Wed Jun 29 2022 - 08:47:43 EST


Delete the redundant word 'next'.

Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx>
---
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