X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_kni.c;h=7243ade100cf5c385b60f0d07f257b2c96169d86;hb=a59ffe7eb952b5777419e880cb4330bb86f8d8ad;hp=9dad98898899acc1fe8a6bce848e14ee1b507a72;hpb=fc27caaafd4bcd302cbdb75701a435fbe00b7ce2;p=dpdk.git diff --git a/app/test/test_kni.c b/app/test/test_kni.c index 9dad988988..7243ade100 100644 --- a/app/test/test_kni.c +++ b/app/test/test_kni.c @@ -237,7 +237,7 @@ test_kni_allocate_lcores(void) } printf("count: %u\n", count); - return (count == 2 ? 0 : -1); + return count == 2 ? 0 : -1; } static int @@ -625,7 +625,7 @@ test_kni(void) "a never used name string\n"); goto fail; } - + ret = 0; fail: rte_eth_dev_stop(port_id);