|WARNING| pw126277 [PATCH 08/11] net/bnxt: update PTP support on Thor

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 20 09:30:40 CEST 2023


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#235: FILE: drivers/net/bnxt/bnxt_ring.c:230:
+                tx_ring_info->nr_bds = rte_zmalloc("bnxt_nr_bds",$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#235: FILE: drivers/net/bnxt/bnxt_ring.c:230:
+                tx_ring_info->nr_bds = rte_zmalloc("bnxt_nr_bds",$

ERROR:CODE_INDENT: code indent should use tabs where possible
#236: FILE: drivers/net/bnxt/bnxt_ring.c:231:
+                                                   sizeof(unsigned short) *$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#236: FILE: drivers/net/bnxt/bnxt_ring.c:231:
+                                                   sizeof(unsigned short) *$

ERROR:CODE_INDENT: code indent should use tabs where possible
#237: FILE: drivers/net/bnxt/bnxt_ring.c:232:
+                                                   tx_ring->ring_size, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#237: FILE: drivers/net/bnxt/bnxt_ring.c:232:
+                                                   tx_ring->ring_size, 0);$

ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Randy Schacher <stuart.schacher at broadcom.com>'

total: 4 errors, 3 warnings, 0 checks, 279 lines checked


More information about the test-report mailing list