[dpdk-test-report] |WARNING| pw26863 [PATCH] net/failsafe: do not probe device if plugged out

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 12 20:28:34 CEST 2017


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

_coding style issues_


ERROR:SPACING: space prohibited after that '!' (ctx:BxW)
#70: FILE: drivers/net/failsafe/failsafe_eal.c:73:
+		if (! first_init
 		    ^

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#71: FILE: drivers/net/failsafe/failsafe_eal.c:74:
+		if (! first_init
+				&& sdev->cmdline == NULL

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#72: FILE: drivers/net/failsafe/failsafe_eal.c:75:
+				&& sdev->cmdline == NULL
+				&& strcmp(da->bus->name, "vdev") != 0) {

total: 1 errors, 0 warnings, 2 checks, 45 lines checked


More information about the test-report mailing list