numam-dpdk/lib/librte_mempool
Huawei Xie 693f715da4 remove extra parentheses in return statement
fix the error reported by checkpatch:
  "ERROR: return is not a function, parentheses are not required"

remove parentheses in return like:
  "return (logical expressions)"

remove parentheses in return a function like:
  "return (rte_mempool_lookup(...))"

Fixes: 6307b909b8 ("lib: remove extra parenthesis after return")

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
2016-02-10 15:47:50 +01:00
..
Makefile mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
rte_dom0_mempool.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
rte_mempool_version.map mempool: fix mlx driver loading 2015-12-06 01:02:51 +01:00
rte_mempool.c eal: fix build with Xen dom0 enabled 2015-12-06 01:02:51 +01:00
rte_mempool.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00