numam-dpdk/examples/performance-thread/common
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
..
arch/x86 examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
common.mk examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_api.h examples/performance-thread: mark as experimental 2015-12-11 02:35:42 +01:00
lthread_cond.c examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_cond.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_diag_api.h examples/performance-thread: mark as experimental 2015-12-11 02:35:42 +01:00
lthread_diag.c examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_diag.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_int.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_mutex.c examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_mutex.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_objcache.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_pool.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_queue.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
lthread_sched.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
lthread_sched.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_timer.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_tls.c examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread_tls.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread.c examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00
lthread.h examples/performance-thread: add lthread subsystem 2015-12-11 02:14:54 +01:00