[dpdk-test-report] |WARNING| pw57847 [PATCH 08/22] net/hns3: add support for link update operation

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


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

_coding style issues_


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

CHECK:BRACES: braces {} should be used on all arms of this statement
#231: FILE: drivers/net/hns3/hns3_ethdev.c:2572:
+	if (!hns3_is_reset_pending(hns)) {
[...]
+	} else
[...]

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

total: 0 errors, 0 warnings, 3 checks, 223 lines checked


More information about the test-report mailing list