numam-dpdk/lib/librte_ip_frag
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
..
ip_frag_common.h mbuf: move chaining from ip_frag library 2015-10-25 00:00:34 +02:00
ip_frag_internal.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
Makefile mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
rte_ip_frag_common.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
rte_ip_frag.h ip_frag: fix bit-fields in ipv6 fragment extension 2015-10-08 13:15:17 +02:00
rte_ipfrag_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_ipv4_fragmentation.c mbuf: replace data pointer by an offset 2014-09-17 18:53:40 +02:00
rte_ipv4_reassembly.c mbuf: move chaining from ip_frag library 2015-10-25 00:00:34 +02:00
rte_ipv6_fragmentation.c ip_frag: fix bit-fields in ipv6 fragment extension 2015-10-08 13:15:17 +02:00
rte_ipv6_reassembly.c mbuf: move chaining from ip_frag library 2015-10-25 00:00:34 +02:00