]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_kni.c
remove extra parentheses in return statement
[dpdk.git] / app / test / test_kni.c
index 9ef7bcd2a576783ee31974fbf678c142acc346c7..7243ade100cf5c385b60f0d07f257b2c96169d86 100644 (file)
@@ -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