remove extra parentheses in return statement
[dpdk.git] / lib / librte_eal / common / eal_common_memzone.c
index febc56b..711c845 100644 (file)
@@ -119,7 +119,7 @@ find_heap_max_free_elem(int *s, unsigned align)
                }
        }
 
-       return (len - MALLOC_ELEM_OVERHEAD - align);
+       return len - MALLOC_ELEM_OVERHEAD - align;
 }
 
 static const struct rte_memzone *