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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 21 05:00:10 CEST 2017


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

_coding style issues_


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

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

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

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

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

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

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

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#52: 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