[dpdk-test-report] |WARNING| pw59515 [PATCH v2 07/22] net/hns3: add support for MAC address related operations

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 20 15:30:06 CEST 2019


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#75: FILE: drivers/net/hns3/hns3_ethdev.c:164:
+	if (is_free) {
[...]
+	} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#78: FILE: drivers/net/hns3/hns3_ethdev.c:167:
+	} else

CHECK:BRACES: braces {} should be used on all arms of this statement
#443: FILE: drivers/net/hns3/hns3_ethdev.c:532:
+		if (ret) {
[...]
+		} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#449: FILE: drivers/net/hns3/hns3_ethdev.c:538:
+		} else

total: 0 errors, 0 warnings, 4 checks, 798 lines checked


More information about the test-report mailing list