remove extra parentheses in return statement
[dpdk.git] / app / test-pmd / txonly.c
index a903d4f..b37cae5 100644 (file)
@@ -93,7 +93,7 @@ tx_mbuf_alloc(struct rte_mempool *mp)
 
        m = __rte_mbuf_raw_alloc(mp);
        __rte_mbuf_sanity_check_raw(m, 0);
-       return (m);
+       return m;
 }
 
 static void