Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 13:43:50 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: c638e985bc9e - stable/12 - qlnxe(4): Fix a typo in a source code comment
Message-ID:  <202204021343.232DhomU017669@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=c638e985bc9e4686628e6e97d32f9959e670cb65

commit c638e985bc9e4686628e6e97d32f9959e670cb65
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:45:13 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:40:49 +0000

    qlnxe(4): Fix a typo in a source code comment
    
    - s/existance/existence/
    
    (cherry picked from commit a216b9c2e0bb789a9ce438564b699508a432960a)
---
 sys/dev/qlnx/qlnxe/ecore_sriov.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/qlnx/qlnxe/ecore_sriov.c b/sys/dev/qlnx/qlnxe/ecore_sriov.c
index a058033a5f1d..3c914e90ba04 100644
--- a/sys/dev/qlnx/qlnxe/ecore_sriov.c
+++ b/sys/dev/qlnx/qlnxe/ecore_sriov.c
@@ -686,7 +686,7 @@ enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn)
 	if (rc)
 		return rc;
 
-	/* We want PF IOV to be synonemous with the existance of p_iov_info;
+	/* We want PF IOV to be synonemous with the existence of p_iov_info;
 	 * In case the capability is published but there are no VFs, simply
 	 * de-allocate the struct.
 	 */
@@ -2706,7 +2706,7 @@ static enum _ecore_status_t ecore_iov_vf_stop_rxqs(struct ecore_hwfn *p_hwfn,
 
 	p_queue = &vf->vf_queues[rxq_id];
 
-	/* We've validated the index and the existance of the active RXQ -
+	/* We've validated the index and the existence of the active RXQ -
 	 * now we need to make sure that it's using the correct qid.
 	 */
 	if (!p_queue->cids[qid_usage_idx].p_cid ||



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