numam-dpdk/examples/performance-thread
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
..
common remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
l3fwd-thread examples/performance-thread: add l3fwd-thread app 2015-12-11 02:15:36 +01:00
pthread_shim examples/performance-thread: fix return sign 2015-12-12 22:32:59 +01:00
Makefile examples/performance-thread: add pthread_shim app 2015-12-11 02:16:26 +01:00