|WARNING| pw124295 [PATCH v4] net/gve: add Rx/Tx queue stats as extended stats
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Feb 21 15:14:18 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/124295
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'xstats == NULL'
#202: FILE: drivers/net/gve/gve_ethdev.c:444:
+ if ((xstats == NULL) || (size < count))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'size < count'
#202: FILE: drivers/net/gve/gve_ethdev.c:444:
+ if ((xstats == NULL) || (size < count))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'xstats_names == NULL'
#243: FILE: drivers/net/gve/gve_ethdev.c:485:
+ if ((xstats_names == NULL) || (size < count))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'size < count'
#243: FILE: drivers/net/gve/gve_ethdev.c:485:
+ if ((xstats_names == NULL) || (size < count))
total: 0 errors, 0 warnings, 4 checks, 299 lines checked
More information about the test-report
mailing list