automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw30933 [PATCH] net/virtio: fix memory leak
       [not found] <1509003174-15343-1-git-send-email-liupengzhen3@huawei.com>
@ 2017-10-26  6:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-26  6:57 UTC (permalink / raw)
  To: test-report; +Cc: Pengzhen Liu

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#17: 
in "eth_dev->data->mac_addrs" variable and it is not freed whe function return,

WARNING:TYPO_SPELLING: 'whe' may be misspelled - perhaps 'when'?
#17: 
in "eth_dev->data->mac_addrs" variable and it is not freed whe function return,

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 12)
#34: FILE: drivers/net/virtio/virtio_ethdev.c:1588:
 		if (ret)
+            goto out;

ERROR:CODE_INDENT: code indent should use tabs where possible
#36: FILE: drivers/net/virtio/virtio_ethdev.c:1589:
+            goto out;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#36: FILE: drivers/net/virtio/virtio_ethdev.c:1589:
+            goto out;$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#41: FILE: drivers/net/virtio/virtio_ethdev.c:1594:
 	if (ret < 0)
+        goto out;

ERROR:CODE_INDENT: code indent should use tabs where possible
#43: FILE: drivers/net/virtio/virtio_ethdev.c:1595:
+        goto out;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#43: FILE: drivers/net/virtio/virtio_ethdev.c:1595:
+        goto out;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#53: FILE: drivers/net/virtio/virtio_ethdev.c:1605:
+    rte_free(eth_dev->data->mac_addrs);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#54: FILE: drivers/net/virtio/virtio_ethdev.c:1606:
+    return ret;$

total: 2 errors, 8 warnings, 0 checks, 25 lines checked

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

only message in thread, other threads:[~2017-10-26  6:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1509003174-15343-1-git-send-email-liupengzhen3@huawei.com>
2017-10-26  6:57 ` [dpdk-test-report] |WARNING| pw30933 [PATCH] net/virtio: fix memory leak 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).