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_cfgfile_version.map | ||
rte_cfgfile.c | ||
rte_cfgfile.h |