automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw18903 [PATCH 2/5] vmxnet3: Avoid memory leak in vmxnet3_dev_rx_queue_setup.
       [not found] <1483612983-3545-2-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/18903

_coding style issues_


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

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (4, 12)
#74: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:939:
+    if (dev->data->rx_queues[queue_idx] != NULL) {
+            vmxnet3_dev_rx_queue_release(dev->data->rx_queues[queue_idx]);

ERROR:CODE_INDENT: code indent should use tabs where possible
#75: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:940:
+            vmxnet3_dev_rx_queue_release(dev->data->rx_queues[queue_idx]);$

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

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

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

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

total: 2 errors, 5 warnings, 0 checks, 42 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-2-git-send-email-nic@opencloud.tech>
2017-01-05 10:43 ` [dpdk-test-report] |WARNING| pw18903 [PATCH 2/5] vmxnet3: Avoid memory leak in vmxnet3_dev_rx_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).