ring: fix Doxygen comment of internal function
authorCian Ferriter <cian.ferriter@intel.com>
Mon, 23 Aug 2021 17:28:44 +0000 (18:28 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 1 Oct 2021 12:39:12 +0000 (14:39 +0200)
commit0203a14c72da4ae726056a147cb6e51622c9c28e
tree60f1b26d3c8e8bf3f0e08b96dd1d0cefc25cd697
parentf1f6ebc0eaf68a825c6175f5e6a436f7d91660c3
ring: fix Doxygen comment of internal function

Change "enqueue" to "dequeue" because the __rte_ring_move_cons_head()
function is updating the consumer head for dequeue.

Fixes: 0dfc98c507b1 ("ring: separate out head index manipulation")
Cc: stable@dpdk.org
Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
Acked-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
lib/ring/rte_ring_c11_pvt.h
lib/ring/rte_ring_generic_pvt.h