numam-dpdk/lib/librte_sched
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 mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_approx.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
rte_approx.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_bitmap.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
rte_red.c remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_red.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
rte_sched_common.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_sched_version.map sched: hide structure of port hierarchy 2015-07-17 00:35:49 +02:00
rte_sched.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
rte_sched.h sched: cleanup comments 2015-11-25 00:59:58 +01:00