|WARNING| pw161006 [PATCH v5 07/10] net/rtap: add link state change interrupt

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 9 19:44:47 CET 2026


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#400: FILE: drivers/net/rtap/rtap_intr.c:133:
+		if (ret == -EAGAIN && retry-- > 0)
[...]
+		else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#402: FILE: drivers/net/rtap/rtap_intr.c:135:
+		else {

total: 0 errors, 0 warnings, 2 checks, 267 lines checked


More information about the test-report mailing list