remove extra parentheses in return statement
[dpdk.git] / app / test / test_kni.c
index 9ef7bcd..7243ade 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