[dpdk-test-report] |WARNING| pw52513 [PATCH 2/2] net/enetc: fix big endian build

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 9 21:49:44 CEST 2019


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

_coding style issues_


ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#45: FILE: drivers/net/enetc/enetc_rxtx.c:91:
+		rx_swbd->buffer_addr = (void*)(uintptr_t)

ERROR:CODE_INDENT: code indent should use tabs where possible
#47: FILE: drivers/net/enetc/enetc_rxtx.c:93:
+^I^I^I                 rte_mbuf_raw_alloc(rx_ring->mb_pool));$

total: 2 errors, 0 warnings, 0 checks, 11 lines checked


More information about the test-report mailing list