2016-01-27 01:26, Huawei Xie: > v2 changes: > add missed commit message in v1 > > fix the error reported by checkpatch: > "ERROR: return is not a function, parentheses are not required" > > also removed other extra parentheses like: > "return val == 0" > "return (rte_mempool_lookup(...))"
How these examples are differents from above checkpatch error? Please add Fixes: 6307b909b8e0 ("lib: remove extra parenthesis after return") This is the second run after above commit but I still see a lot of them. Please check git grep 'return *('