automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw24153 [PATCH v3] eal: Set numa node value for system which not support it.
       [not found] <1494312319-39554-1-git-send-email-nic@opencloud.tech>
@ 2017-05-09  6:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-09  6:46 UTC (permalink / raw)
  To: test-report; +Cc: nickcooper-zhangtonghao

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#47: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:317:
+    if (eal_parse_sysfs_value(filename, &tmp) == 0 &&$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (4, 16)
#47: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:317:
+    if (eal_parse_sysfs_value(filename, &tmp) == 0 &&
[...]
 		dev->device.numa_node = tmp;

ERROR:CODE_INDENT: code indent should use tabs where possible
#48: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:318:
+        tmp < RTE_MAX_NUMA_NODES)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#48: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:318:
+        tmp < RTE_MAX_NUMA_NODES)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#51: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:320:
+    else$

ERROR:CODE_INDENT: code indent should use tabs where possible
#52: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:321:
+        dev->device.numa_node = 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#52: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:321:
+        dev->device.numa_node = 0;$

total: 2 errors, 5 warnings, 25 lines checked

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

only message in thread, other threads:[~2017-05-09  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1494312319-39554-1-git-send-email-nic@opencloud.tech>
2017-05-09  6:46 ` [dpdk-test-report] |WARNING| pw24153 [PATCH v3] eal: Set numa node value for system which not support it 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).