numam-dpdk/drivers/net/bonding
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 bonding: add depencency on cmdline library 2015-12-03 00:02:53 +01:00
rte_eth_bond_8023ad_private.h
rte_eth_bond_8023ad.c bonding: fix LACP mempool size 2015-12-14 22:53:10 +01:00
rte_eth_bond_8023ad.h
rte_eth_bond_alb.c
rte_eth_bond_alb.h
rte_eth_bond_api.c
rte_eth_bond_args.c
rte_eth_bond_pmd.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
rte_eth_bond_private.h
rte_eth_bond_version.map
rte_eth_bond.h