Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 18:39:17 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 40162251383e - stable/14 - cxgbe/iw_cxgbe: Fix typo in assertion.
Message-ID:  <202410211839.49LIdHZq036446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by np:

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

commit 40162251383edd4294a4f454c6c20d16e73497f4
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2024-07-22 17:19:58 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2024-10-21 17:05:56 +0000

    cxgbe/iw_cxgbe: Fix typo in assertion.
    
    eanbled -> enabled
    
    (cherry picked from commit b5332809c633e7e37715f7823a8a8ee9799910a4)
---
 sys/dev/cxgbe/iw_cxgbe/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/cxgbe/iw_cxgbe/device.c b/sys/dev/cxgbe/iw_cxgbe/device.c
index 279bdb20d511..209d12767a1c 100644
--- a/sys/dev/cxgbe/iw_cxgbe/device.c
+++ b/sys/dev/cxgbe/iw_cxgbe/device.c
@@ -284,7 +284,7 @@ c4iw_activate(struct adapter *sc)
 	}
 
 	if (uld_active(sc, ULD_IWARP)) {
-		KASSERT(0, ("%s: RDMA already eanbled on sc %p", __func__, sc));
+		KASSERT(0, ("%s: RDMA already enabled on sc %p", __func__, sc));
 		return (0);
 	}
 



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