[dpdk-test-report] |WARNING| pw59887 [PATCH v3 07/22] net/hns3: add support for MAC address related operations
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Sep 27 14:06:38 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/59887
_coding style issues_
CHECK:BRACES: braces {} should be used on all arms of this statement
#76: FILE: drivers/net/hns3/hns3_ethdev.c:164:
+ if (is_free) {
[...]
+ } else
[...]
CHECK:BRACES: Unbalanced braces around else statement
#79: FILE: drivers/net/hns3/hns3_ethdev.c:167:
+ } else
CHECK:BRACES: braces {} should be used on all arms of this statement
#444: FILE: drivers/net/hns3/hns3_ethdev.c:532:
+ if (ret) {
[...]
+ } else
[...]
CHECK:BRACES: Unbalanced braces around else statement
#450: 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