[dpdk-test-report] |WARNING| pw83848 [PATCH v2] bus/dpaa: optimize device name parsing
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Nov 9 14:38:18 CET 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/83848
_coding style issues_
WARNING:BRACES: braces {} are not necessary for any arm of this statement
#97: FILE: drivers/bus/dpaa/dpaa_bus.c:401:
+ if (strncmp(name, "dpaa_bus:", 9) == 0) {
[...]
+ } else if (strncmp(name, "name=", 5) == 0) {
[...]
total: 0 errors, 1 warnings, 86 lines checked
More information about the test-report
mailing list