automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw121505 [PATCH 1/6] app/dumpcap: add additional dump info
       [not found] <20230102162441.6205-1-koncept1@gmail.com>
@ 2023-01-02 16:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-01-02 16:26 UTC (permalink / raw)
  To: test-report; +Cc: Ben Magistro

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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for any arm of this statement
#115: FILE: app/dumpcap/main.c:279:
+		if (rte_eth_link_get_nowait(p, &link_info) < 0) {
[...]
+		else if (link_info.link_status == RTE_ETH_LINK_UP) {
[...]
+		else {
[...]

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#118: FILE: app/dumpcap/main.c:282:
+		}
+		else if (link_info.link_status == RTE_ETH_LINK_UP) {

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#121: FILE: app/dumpcap/main.c:285:
+		}
+		else {

ERROR:C99_COMMENTS: do not use C99 // comments
#125: FILE: app/dumpcap/main.c:289:
+		// not checking error here; should only error if given an invalid port id

WARNING:BRACES: braces {} are not necessary for any arm of this statement
#126: FILE: app/dumpcap/main.c:290:
+		if (rte_eth_promiscuous_get(p) == 1) {
[...]
+		else {
[...]

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#129: FILE: app/dumpcap/main.c:293:
+		}
+		else {

total: 4 errors, 2 warnings, 58 lines checked

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

only message in thread, other threads:[~2023-01-02 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230102162441.6205-1-koncept1@gmail.com>
2023-01-02 16:26 ` |WARNING| pw121505 [PATCH 1/6] app/dumpcap: add additional dump info 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).