ethdev: fix comments of packet integrity flow item
authorThomas Monjalon <thomas@monjalon.net>
Wed, 19 May 2021 17:33:16 +0000 (19:33 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 May 2021 20:52:03 +0000 (22:52 +0200)
commit0d025f019c68e80d0e2f09764465dcd0afdd7cd9
treeb996e016f16a7616033f1cb95995091156aa2750
parent78dafb4bb544a4288be174345c321b48e4c676fb
ethdev: fix comments of packet integrity flow item

The Doxygen comments are placed before the related lines,
but the markers were /**< instead of /**

The struct rte_flow_item_integrity did not appear in Doxygen output
because there was no general comment for the struct.

Fixes: b10a421a1f3b ("ethdev: add packet integrity check flow rules")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
lib/ethdev/rte_flow.h