[dpdk-dev] [PATCH v3] remove extra parentheses in return statement

2016-02-10 Thread Thomas Monjalon
2016-01-27 21:58, Huawei Xie: > v3 changes: > remove other extra parentheses in 'return (logical expressions)' > which checkpatch doesn't report as error > remove extra parentheses in return statement which crosses > multiple line > fix the document > > v2 changes: > add missed commit message

[dpdk-dev] [PATCH v3] remove extra parentheses in return statement

2016-01-27 Thread Huawei Xie
v3 changes: remove other extra parentheses in 'return (logical expressions)' which checkpatch doesn't report as error remove extra parentheses in return statement which crosses multiple line fix the document v2 changes: add missed commit message in v1 fix the error reported by checkpatch: