[dpdk-test-report] |WARNING| pw57855 [PATCH 11/22] net/hns3: add support for flow control of hns3 PMD driver

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


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#1066: FILE: drivers/net/hns3/hns3_dcb.c:1024:
+	if (pause_time > PAUSE_TIME_DIV_BY * HNS3_DEFAULT_PAUSE_TRANS_GAP)
[...]
+	else if (pause_time >= PAUSE_TIME_MIN_VALUE &&
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#1071: FILE: drivers/net/hns3/hns3_dcb.c:1029:
+	else {

CHECK:BRACES: braces {} should be used on all arms of this statement
#1159: FILE: drivers/net/hns3/hns3_dcb.c:1117:
+	if (hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#1161: FILE: drivers/net/hns3/hns3_dcb.c:1119:
+	else {

CHECK:BRACES: braces {} should be used on all arms of this statement
#1174: FILE: drivers/net/hns3/hns3_dcb.c:1132:
+	if (hw->current_fc_status == HNS3_FC_STATUS_PFC)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#1176: FILE: drivers/net/hns3/hns3_dcb.c:1134:
+	else {

total: 0 errors, 0 warnings, 6 checks, 2050 lines checked


More information about the test-report mailing list