git: 47876ca76e7a - stable/13 - ofed: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:17:58 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=47876ca76e7a50ff552675f27c66350f210bd5e6
commit 47876ca76e7a50ff552675f27c66350f210bd5e6
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 09:00:48 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:16:09 +0000
ofed: Remove a double word in a source code comment
- s/for for/for/
(cherry picked from commit 6de6c9569169a6a58ebd4ce5b4478b383eaa87dc)
---
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
index a34d90aa199f..f0d600e564ba 100644
--- a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
+++ b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
@@ -241,7 +241,7 @@ static int sdp_wait_rdmardcompl(struct sdp_sock *ssk, long *timeo_p,
static void sdp_wait_rdma_wr_finished(struct sdp_sock *ssk)
{
struct socket *sk = ssk->socket;
- long timeo = HZ * 5; /* Timeout for for RDMA read */
+ long timeo = HZ * 5; /* Timeout for RDMA read */
DEFINE_WAIT(wait);
sdp_dbg_data(sk, "Sleep till RDMA wr finished.\n");