automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw139247 [PATCH 1/2] net/bonding: introduce direct link bonding mode
       [not found] <20240412122006.101673-1-vojanec@cesnet.cz>
@ 2024-04-12 12:22 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-04-12 12:22 UTC (permalink / raw)
  To: test-report; +Cc: Kamil Vojanec

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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#106: FILE: app/test/test_link_bonding.c:2162:
+	for (i = 0; i < burst_size; i++) {
+		pkts[i]->port = member_port_id;
+	}

WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'?
#119: FILE: app/test/test_link_bonding.c:2175:
+			"Bonding port (%d) opackets value (%u) not as expeected (%u)
",

WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'?
#126: FILE: app/test/test_link_bonding.c:2182:
+			"Member port (%d) opackets value (%u) not as expeected (%u)
",

WARNING:BRACES: braces {} are not necessary for single statement blocks
#170: FILE: app/test/test_link_bonding.c:2226:
+	for (i = 0; i < burst_size; i++) {
+		pkts[i]->port = exp_member_port_id;
+	}

WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'?
#183: FILE: app/test/test_link_bonding.c:2239:
+			"Bonding port (%d) opackets value (%u) not as expeected (%u)
",

WARNING:BRACES: braces {} are not necessary for single statement blocks
#245: FILE: app/test/test_link_bonding.c:2301:
+	for (i = 0; i < burst_size; i++) {
+		pkts[i]->port = RTE_MAX_ETHPORTS;
+	}

WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'?
#258: FILE: app/test/test_link_bonding.c:2314:
+			"Bonding port (%d) opackets value (%u) not as expeected (%u)
",

total: 0 errors, 7 warnings, 0 checks, 373 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-12 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240412122006.101673-1-vojanec@cesnet.cz>
2024-04-12 12:22 ` |WARNING| pw139247 [PATCH 1/2] net/bonding: introduce direct link bonding mode checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).