git: a216b9c2e0bb - main - qlnxe(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 17:31:24 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a216b9c2e0bb789a9ce438564b699508a432960a commit a216b9c2e0bb789a9ce438564b699508a432960a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:45:13 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-28 17:31:18 +0000 qlnxe(4): Fix a typo in a source code comment - s/existance/existence/ MFC after: 3 days --- 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 ||