|WARNING| pw131773 [PATCH v5 10/12] app/graph: add graph command line interfaces
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 21 12:11:09 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/131773
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#129: FILE: app/graph/graph.c:5:
+#include <stdio.h>
ERROR:SPACING: space required before the open parenthesis '('
#402: FILE: app/graph/graph.c:278:
+ if(rte_lcore_is_enabled(lcore_id))
WARNING:BRACES: braces {} are not necessary for any arm of this statement
#409: FILE: app/graph/graph.c:285:
+ if (eal_coremask & core_num) {
[...]
+ } else {
[...]
total: 1 errors, 2 warnings, 678 lines checked
More information about the test-report
mailing list