[dpdk-test-report] |WARNING| pw83839 [PATCH] bus/dpaa: optimize device name parsing

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 9 12:32:52 CET 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/83839

_coding style issues_


WARNING:BRACES: braces {} are not necessary for any arm of this statement
#124: 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, 85 lines checked


More information about the test-report mailing list