Re: [dpdk-dev] [PATCH v3 15/17] net/bnxt: changes to indentation and coding style

2020-12-10 Thread Lance Richardson
On Wed, Dec 9, 2020 at 6:59 PM Ajit Khaparde wrote: > > Indentation and coding style fixes. > > Signed-off-by: Ajit Khaparde > --- > drivers/net/bnxt/bnxt.h| 4 ++-- > drivers/net/bnxt/bnxt_ethdev.c | 9 - > drivers/net/bnxt/bnxt_reps.c | 2 +- > drivers/net/bnxt/bnxt_ring.c

[dpdk-dev] [PATCH v3 15/17] net/bnxt: changes to indentation and coding style

2020-12-09 Thread Ajit Khaparde
Indentation and coding style fixes. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt.h| 4 ++-- drivers/net/bnxt/bnxt_ethdev.c | 9 - drivers/net/bnxt/bnxt_reps.c | 2 +- drivers/net/bnxt/bnxt_ring.c | 3 +-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git