Acked-by: Viacheslav Ovsiienko <[email protected]> Thanks, Slava
> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Wednesday, December 18, 2019 3:13 > To: [email protected] > Cc: Stephen Hemminger <[email protected]>; Slava Ovsiienko > <[email protected]>; [email protected] > Subject: [PATCH] rte_flow: fix docbook comment > > Missing asterisk so that comment is not seen by doxygen. > > Fixes: 9a2f44c76207 ("ethdev: add flow tag") > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Stephen Hemminger <[email protected]> > --- > lib/librte_ethdev/rte_flow.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librte_ethdev/rte_flow.h b/lib/librte_ethdev/rte_flow.h index > 452d359a16db..58b50265d292 100644 > --- a/lib/librte_ethdev/rte_flow.h > +++ b/lib/librte_ethdev/rte_flow.h > @@ -502,7 +502,7 @@ enum rte_flow_item_type { > */ > RTE_FLOW_ITEM_TYPE_HIGIG2, > > - /* > + /** > * [META] > * > * Matches a tag value. > -- > 2.20.1

