[PATCH 05/14] event/dlb2: remove word abort in comments
Stephen Hemminger
stephen at networkplumber.org
Fri Aug 18 04:52:40 CEST 2023
Abort is on the Tier 1 non-inclusive word list.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/event/dlb2/dlb2.c | 2 +-
drivers/event/dlb2/pf/base/dlb2_resource.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/event/dlb2/dlb2.c b/drivers/event/dlb2/dlb2.c
index 60c5cd48040e..d1a7c58721c5 100644
--- a/drivers/event/dlb2/dlb2.c
+++ b/drivers/event/dlb2/dlb2.c
@@ -3317,7 +3317,7 @@ static int
dlb2_monitor_callback(const uint64_t val,
const uint64_t opaque[RTE_POWER_MONITOR_OPAQUE_SZ])
{
- /* abort if the value matches */
+ /* terminat if the value matches */
return (val & opaque[CLB_MASK_IDX]) == opaque[CLB_VAL_IDX] ? -1 : 0;
}
diff --git a/drivers/event/dlb2/pf/base/dlb2_resource.c b/drivers/event/dlb2/pf/base/dlb2_resource.c
index dd8390a01320..05171c86aa06 100644
--- a/drivers/event/dlb2/pf/base/dlb2_resource.c
+++ b/drivers/event/dlb2/pf/base/dlb2_resource.c
@@ -5941,7 +5941,7 @@ int dlb2_hw_unmap_qid(struct dlb2_hw *hw,
st = DLB2_QUEUE_MAP_IN_PROG;
if (dlb2_port_find_slot_queue(port, st, queue, &i)) {
/*
- * Since the in-progress map was aborted, re-enable the QID's
+ * Since the in-progress map was terminated, re-enable the QID's
* inflights.
*/
if (queue->num_pending_additions == 0)
--
2.39.2
More information about the dev
mailing list