Re: [dpdk-dev] [PATCH v5 3/6] ethdev: fix doxygen comments of shared data fields

2018-10-18 Thread Andrew Rybchenko
On 10/18/18 4:23 AM, Thomas Monjalon wrote: Some doxygen comments were wrongly associated to the next field because of syntax /** instead of /**< Some other cleanups (like alignment) are done. Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko Yesterday I made similar patch, but

[dpdk-dev] [PATCH v5 3/6] ethdev: fix doxygen comments of shared data fields

2018-10-17 Thread Thomas Monjalon
Some doxygen comments were wrongly associated to the next field because of syntax /** instead of /**< Some other cleanups (like alignment) are done. Signed-off-by: Thomas Monjalon --- lib/librte_ethdev/rte_ethdev_core.h | 28 +--- 1 file changed, 13 insertions(+), 15 del