automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw18905 [PATCH 4/5] vmxnet3: Avoid memory leak in vmxnet3_dev_tx_queue_setup.
       [not found] <1483612983-3545-4-git-send-email-nic@opencloud.tech>
@ 2017-01-05 10:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-01-05 10:43 UTC (permalink / raw)
  To: test-report; +Cc: nickcooper-zhangtonghao

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#76: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:843:
+    if (dev->data->tx_queues[queue_idx] != NULL) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#77: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:844:
+        vmxnet3_dev_tx_queue_release(dev->data->tx_queues[queue_idx]);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#77: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:844:
+        vmxnet3_dev_tx_queue_release(dev->data->tx_queues[queue_idx]);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#78: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:845:
+        dev->data->tx_queues[queue_idx] = NULL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#78: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:845:
+        dev->data->tx_queues[queue_idx] = NULL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#79: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:846:
+    }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#101: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:866:
+    ring->size = nb_desc;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#102: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:867:
+    ring->size &= ~VMXNET3_RING_SIZE_MASK;$

total: 2 errors, 6 warnings, 0 checks, 44 lines checked

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

only message in thread, other threads:[~2017-01-05 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1483612983-3545-4-git-send-email-nic@opencloud.tech>
2017-01-05 10:43 ` [dpdk-test-report] |WARNING| pw18905 [PATCH 4/5] vmxnet3: Avoid memory leak in vmxnet3_dev_tx_queue_setup 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).