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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 23 15:51:08 CEST 2019


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

_coding style issues_


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

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

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

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

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


More information about the test-report mailing list