|WARNING| pw123885 [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Feb 14 13:38:07 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/123885
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#246: FILE: drivers/net/cpfl/cpfl_ethdev.c:750:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#408: FILE: drivers/net/cpfl/cpfl_rxtx.c:686:
+ struct idpf_rx_queue *rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#461: FILE: drivers/net/cpfl/cpfl_rxtx.c:776:
+ struct idpf_tx_queue *txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#498: FILE: drivers/net/cpfl/cpfl_rxtx.c:815:
+ err = idpf_vc_txq_config(vport, &(cpfl_txq->base));
total: 0 errors, 0 warnings, 4 checks, 589 lines checked
More information about the test-report
mailing list