[dpdk-test-report] |WARNING| pw67418 [PATCH 5/6] net/sfc/base: add API to get currently operating filters

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 30 12:28:19 CEST 2020


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around enp->en_port
#120: FILE: drivers/net/sfc/base/ef10_filter.c:1764:
+	efx_port_t *epp = &(enp->en_port);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around enp->en_port
#138: FILE: drivers/net/sfc/base/ef10_filter.c:1819:
+	efx_port_t *epp = &(enp->en_port);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around enp->en_port
#154: FILE: drivers/net/sfc/base/ef10_filter.c:1874:
+	efx_port_t *epp = &(enp->en_port);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around enp->en_port
#187: FILE: drivers/net/sfc/base/ef10_filter.c:1968:
+	efx_port_t *epp = &(enp->en_port);

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#222: FILE: drivers/net/sfc/base/efx.h:548:
+efx_mac_filter_get_all_ucast_mcast(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#254: FILE: drivers/net/sfc/base/efx_mac.c:222:
+efx_mac_filter_get_all_ucast_mcast(

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around enp->en_port
#259: FILE: drivers/net/sfc/base/efx_mac.c:227:
+	efx_port_t *epp = &(enp->en_port);

total: 0 errors, 0 warnings, 7 checks, 144 lines checked


More information about the test-report mailing list