[dpdk-dev] [PATCH v2] fix checkpatch errors

2016-01-28 Thread Panu Matilainen
On 01/28/2016 10:38 AM, Xie, Huawei wrote: > On 1/28/2016 4:06 PM, Thomas Monjalon wrote: >> 2016-01-28 03:09, Xie, Huawei: >>> On 1/28/2016 2:17 AM, Thomas Monjalon wrote: 2016-01-27 01:26, Huawei Xie: > v2 changes: > add missed commit message in v1 > > fix the error

[dpdk-dev] [PATCH v2] fix checkpatch errors

2016-01-28 Thread Thomas Monjalon
2016-01-28 03:09, Xie, Huawei: > On 1/28/2016 2:17 AM, Thomas Monjalon wrote: > > 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" > >> > >>

[dpdk-dev] [PATCH v2] fix checkpatch errors

2016-01-28 Thread Xie, Huawei
On 1/28/2016 4:06 PM, Thomas Monjalon wrote: > 2016-01-28 03:09, Xie, Huawei: >> On 1/28/2016 2:17 AM, Thomas Monjalon wrote: >>> 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

[dpdk-dev] [PATCH v2] fix checkpatch errors

2016-01-28 Thread Xie, Huawei
On 1/28/2016 2:17 AM, Thomas Monjalon wrote: > 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: >>

[dpdk-dev] [PATCH v2] fix checkpatch errors

2016-01-27 Thread Thomas Monjalon
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(...))"

[dpdk-dev] [PATCH v2] fix checkpatch errors

2016-01-27 Thread 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(...))" Signed-off-by: Huawei Xie ---