Re: [dpdk-dev] [PATCH] common/cnxk: fix a few typos

2021-11-03 Thread Jerin Jacob
On Wed, Nov 3, 2021 at 12:18 AM Tomasz Duszynski wrote: > > Fix typos here and there. > > Signed-off-by: Tomasz Duszynski > Reviewed-by: Jerin Jacob Kollanukkaran Changed to common/cnxk: fix a few typos Fix a few typos. Fixes: fa8f86a14e2e ("common/cnxk: add build infrastructre

[dpdk-dev] [PATCH] common/cnxk: fix a few typos

2021-11-02 Thread Tomasz Duszynski
Fix typos here and there. Signed-off-by: Tomasz Duszynski Reviewed-by: Jerin Jacob Kollanukkaran --- drivers/common/cnxk/roc_api.h | 2 +- drivers/common/cnxk/roc_nix_irq.c | 2 +- drivers/common/cnxk/roc_se.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drive