693f715da4
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:
|
||
---|---|---|
.. | ||
Makefile | ||
nfp_net_ctrl.h | ||
nfp_net_logs.h | ||
nfp_net_pmd.h | ||
nfp_net.c | ||
rte_pmd_nfp_version.map |