Date: Wed, 3 Aug 2022 04:09:53 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: 8a4470dc887e - stable/13 - qlnxe(4): Fix a typo in a source code comment Message-ID: <202208030409.27349rs8002289@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8a4470dc887efb43849f698fdd5100c12002cb93 commit 8a4470dc887efb43849f698fdd5100c12002cb93 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-31 09:35:07 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-03 04:09:24 +0000 qlnxe(4): Fix a typo in a source code comment - s/pedning/pending/ (cherry picked from commit 37519e3ff390ae0c648513156aef7f1fe31bf4d2) --- sys/dev/qlnx/qlnxe/ecore_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/qlnx/qlnxe/ecore_int.c b/sys/dev/qlnx/qlnxe/ecore_int.c index fbf692acfb6c..16d3fcb3b1e6 100644 --- a/sys/dev/qlnx/qlnxe/ecore_int.c +++ b/sys/dev/qlnx/qlnxe/ecore_int.c @@ -463,7 +463,7 @@ static enum _ecore_status_t ecore_db_rec_attn(struct ecore_hwfn *p_hwfn, return ECORE_TIMEOUT; } - /* flush any pedning (e)dpm as they may never arrive */ + /* flush any pending (e)dpm as they may never arrive */ ecore_wr(p_hwfn, p_ptt, DORQ_REG_DPM_FORCE_ABORT, 0x1); /* release overflow sticky indication (stop silently dropping everything) */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208030409.27349rs8002289>