]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/flowgen.c
remove extra parentheses in return statement
[dpdk.git] / app / test-pmd / flowgen.c
index e3620f55aaecd2384f753cc0f4d78716bc66fb09..0f307e85e919d0f6672b49c5d95e1a620dfe0cf1 100644 (file)
@@ -96,7 +96,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;
 }