]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/txonly.c
remove extra parentheses in return statement
[dpdk.git] / app / test-pmd / txonly.c
index a903d4f952b1e730b961064feba987b3ce54fe42..b37cae574f06b22f5b915f06c8c123b9fa987483 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