Looking at this old patch. On Fri, 16 Jul 2021 15:27:54 +0100 Ferruh Yigit <ferruh.yi...@intel.com> wrote:
> diff --git a/app/test/virtual_pmd.c b/app/test/virtual_pmd.c > index 6098e633f35a..17f28c5a304c 100644 > --- a/app/test/virtual_pmd.c > +++ b/app/test/virtual_pmd.c > @@ -355,8 +355,8 @@ virtual_ethdev_rx_burst_success(void *queue __rte_unused, > > static uint16_t > virtual_ethdev_rx_burst_fail(void *queue __rte_unused, > - struct rte_mbuf **bufs > __rte_unused, > - uint16_t nb_pkts > __rte_unused) > + struct rte_mbuf **bufs __rte_unused, > + uint16_t nb_pkts __rte_unused) No need for just reindenting if code didn't change here.