git: 0ca14b2d9ef5 - stable/13 - qlnxe(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:35 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=0ca14b2d9ef5316490bed23648bfa6d188646dc1
commit 0ca14b2d9ef5316490bed23648bfa6d188646dc1
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:31:16 +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 6e00db707ee2..c5fa70d65535 100644
--- a/sys/dev/qlnx/qlnxe/ecore_sriov.c
+++ b/sys/dev/qlnx/qlnxe/ecore_sriov.c
@@ -685,7 +685,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.
*/
@@ -2705,7 +2705,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 ||