Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:28:10 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b81ab90f0676 - stable/12 - al_eth: Remove a double word in a source code comment
Message-ID:  <202204140628.23E6SAj8070038@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit b81ab90f0676fc6c8a935ab92347d16fe8a6894d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 09:06:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:27:08 +0000

    al_eth: Remove a double word in a source code comment
    
    - s/for for/for/
    
    (cherry picked from commit 6a734168cb819cf2ea781a1e2fd83dc12adb0bd6)
---
 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 ee8a4914189d..10585dc0b577 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140628.23E6SAj8070038>