* |WARNING| pw121784 [PATCH v1 2/3] graph: pcap capture for graph nodes
[not found] <20230110115847.1965096-2-amitprakashs@marvell.com>
@ 2023-01-10 12:01 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-01-10 12:01 UTC (permalink / raw)
To: test-report; +Cc: Amit Prakash Shukla
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/121784
_coding style issues_
ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#163: FILE: lib/graph/graph_pcap_trace.c:65:
+ }
+ else
WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#188: FILE: lib/graph/graph_pcap_trace.c:90:
+ fd = open(file_name, O_CREAT | O_TRUNC | O_WRONLY, 0664);
WARNING:TYPO_SPELLING: 'WRONLY' may be misspelled - perhaps 'WRONGLY'?
#188: FILE: lib/graph/graph_pcap_trace.c:90:
+ fd = open(file_name, O_CREAT | O_TRUNC | O_WRONLY, 0664);
WARNING:RETURN_VOID: void function return statements are not generally useful
#216: FILE: lib/graph/graph_pcap_trace.c:118:
+ return;
+}
ERROR:SPACING: space required before the open parenthesis '('
#242: FILE: lib/graph/graph_pcap_trace.c:144:
+ for(i = 0; i < num_packets; i++) {
total: 2 errors, 3 warnings, 332 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-10 12:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230110115847.1965096-2-amitprakashs@marvell.com>
2023-01-10 12:01 ` |WARNING| pw121784 [PATCH v1 2/3] graph: pcap capture for graph nodes 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).