[dpdk-test-report] |WARNING| pw76222 [PATCH v1 19/42] net/txgbe: add RX and TX start

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:27:45 CEST 2020


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#138: FILE: drivers/net/txgbe/txgbe_rxtx.c:152:
+				     (unsigned) rxq->queue_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#138: FILE: drivers/net/txgbe/txgbe_rxtx.c:152:
+				     (unsigned) rxq->queue_id);

total: 0 errors, 1 warnings, 1 checks, 316 lines checked


More information about the test-report mailing list