git: 6a734168cb81 - main - al_eth: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 09:06:46 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=6a734168cb819cf2ea781a1e2fd83dc12adb0bd6

commit 6a734168cb819cf2ea781a1e2fd83dc12adb0bd6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 09:06:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 09:06:18 +0000

    al_eth: Remove a double word in a source code comment
    
    - s/for for/for/
    
    MFC after:      3 days
---
 sys/dev/al_eth/al_init_eth_kr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/al_eth/al_init_eth_kr.c b/sys/dev/al_eth/al_init_eth_kr.c
index dc81db56bf82..fba6b6154a1f 100644
--- a/sys/dev/al_eth/al_init_eth_kr.c
+++ b/sys/dev/al_eth/al_init_eth_kr.c
@@ -467,7 +467,7 @@ al_eth_kr_lt_transmitter_task_run(struct al_eth_kr_data *kr_data)
 		break;
 	case DO_PRESET:
 		/*
-		 * Send PRESET and wait for for updated for all
+		 * Send PRESET and wait for updated for all
 		 * coefficients from remote
 		 */
 		if (al_eth_kr_lt_all_not_updated(&report) == 0)