lib: remove extra parenthesis after return
[dpdk.git] / lib / librte_mempool / rte_dom0_mempool.c
index 3a15d78..0d6d750 100644 (file)
@@ -129,5 +129,5 @@ rte_dom0_mempool_create(const char *name, unsigned elt_num, unsigned elt_size,
 
        free(pa);
 
-       return (mp);
+       return mp;
 }