X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_kni.c;h=7243ade100cf5c385b60f0d07f257b2c96169d86;hp=9ef7bcd2a576783ee31974fbf678c142acc346c7;hb=693f715da45c48ec1ec0fe4ba2f3b5ffd11ba53e;hpb=6e7caa1ad9d597fed0a49468af25ae6e68b8c443 diff --git a/app/test/test_kni.c b/app/test/test_kni.c index 9ef7bcd2a5..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