[dpdk-test-report] |WARNING| pw21399 [PATCH 2/5] net/virtio-user: add rxq interrupt mode support

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 3 18:56:32 CET 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#61: FILE: drivers/net/virtio/virtio_ethdev.c:1269:
+        if (!hw->virtio_user_dev) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#61: FILE: drivers/net/virtio/virtio_ethdev.c:1269:
+        if (!hw->virtio_user_dev) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#81: FILE: drivers/net/virtio/virtio_ethdev.c:1304:
+        if (!hw->virtio_user_dev) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#81: FILE: drivers/net/virtio/virtio_ethdev.c:1304:
+        if (!hw->virtio_user_dev) {$

total: 2 errors, 2 warnings, 0 checks, 129 lines checked


More information about the test-report mailing list