[dpdk-test-report] |WARNING| pw50722 [v3] net/nfb: new netcope driver

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 1 15:37:52 CET 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#845: FILE: drivers/net/nfb/nfb_ethdev.c:374:
+	unsigned i;

ERROR:SPACING: space required before the open brace '{'
#851: FILE: drivers/net/nfb/nfb_ethdev.c:380:
+	if (!is_valid_assigned_ether_addr(mac_addr)){

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#852: FILE: drivers/net/nfb/nfb_ethdev.c:381:
+		return -EINVAL;;

CHECK:CAMELCASE: Avoid CamelCase: <PRIu16>
#1135: FILE: drivers/net/nfb/nfb_rx.c:69:
+				"%" PRIu16 "!
", rx_queue_id);

total: 1 errors, 2 warnings, 1884 lines checked
Warning in /doc/guides/nics/nfb.rst:
Using explicit .svg extension instead of .*


More information about the test-report mailing list