* [PATCH] ethernet/freescale:fix repeated words in comments
@ 2022-06-29 12:46 Jilin Yuan
2022-07-01 3:04 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-06-29 12:46 UTC (permalink / raw)
To: qiangqing.zhang, davem, edumazet, kuba, pabeni
Cc: netdev, linux-kernel, Jilin Yuan
Delete the redundant word 'next'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ethernet/freescale:fix repeated words in comments
2022-06-29 12:46 [PATCH] ethernet/freescale:fix repeated words in comments Jilin Yuan
@ 2022-07-01 3:04 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2022-07-01 3:04 UTC (permalink / raw)
To: Jilin Yuan; +Cc: qiangqing.zhang, davem, edumazet, pabeni, netdev, linux-kernel
On Wed, 29 Jun 2022 20:46:56 +0800 Jilin Yuan wrote:
> - /* Write the next next compare(not the next according the spec)
> + /* Write the next compare(not the next according the spec)
This one may be on purpose, given the clarification in the brackets.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-01 3:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 12:46 [PATCH] ethernet/freescale:fix repeated words in comments Jilin Yuan
2022-07-01 3:04 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).