[dpdk-test-report] |WARNING| pw24125 [PATCH RFC 01/11] net/virtio: vring init for 1.1

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 5 15:58:33 CEST 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#48: FILE: drivers/net/virtio/virtio-1.1.h:13:
+        uint64_t addr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#48: FILE: drivers/net/virtio/virtio-1.1.h:13:
+        uint64_t addr;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#49: FILE: drivers/net/virtio/virtio-1.1.h:14:
+        uint32_t len;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#49: FILE: drivers/net/virtio/virtio-1.1.h:14:
+        uint32_t len;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#50: FILE: drivers/net/virtio/virtio-1.1.h:15:
+        uint16_t index;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#50: FILE: drivers/net/virtio/virtio-1.1.h:15:
+        uint16_t index;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#51: FILE: drivers/net/virtio/virtio-1.1.h:16:
+        uint16_t flags;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#51: FILE: drivers/net/virtio/virtio-1.1.h:16:
+        uint16_t flags;$

total: 4 errors, 4 warnings, 0 checks, 137 lines checked


More information about the test-report mailing list