diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-07-31 09:35:07 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-07-31 09:35:07 +0000 |
| commit | 37519e3ff390ae0c648513156aef7f1fe31bf4d2 (patch) | |
| tree | 908c1c1612cf661514a66b8d19f3d0a57cf2c968 /sys/dev/qlnx | |
| parent | 27f107e1b434aae073a0bffebdf426125e7d83aa (diff) | |
Diffstat (limited to 'sys/dev/qlnx')
| -rw-r--r-- | sys/dev/qlnx/qlnxe/ecore_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |
