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 | ||
rte_ring_version.map | ||
rte_ring.c | ||
rte_ring.h |