Re: [PATCH v2] lib/kni : coding style is fixed

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 11:03:59 + Yasin CANER wrote: > + /* First, getting allocation count from alloc_q. alloc_q is allocated > in this function*/ > + /* and/or kni_alloc function from mempool.*/ > + /* If alloc_q is completely removed, it shall be allocated again.*/ If you send

[PATCH v2] lib/kni : coding style is fixed

2023-05-16 Thread Yasin CANER
Coverity issue: Bugzilla ID: 1227 Fixes: Cc: sta...@dpdk.org Cc: step...@networkplumber.org Coding style is fixed --- lib/kni/rte_kni.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/kni/rte_kni.c b/lib/kni/rte_kni.c index 2244892aae..70c2da 100644 --- a