automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw64932 [PATCH 1/2] net/virtio: refactor devargs parsing
       [not found] <20200120141603.18719-2-i.dyukov@samsung.com>
@ 2020-01-20 14:19 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-01-20 14:19 UTC (permalink / raw)
  To: test-report; +Cc: Ivan Dyukov

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

_coding style issues_


ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#134: FILE: drivers/net/virtio/virtio_ethdev.c:1961:
+		*(int*)ret_val = 1;

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#136: FILE: drivers/net/virtio/virtio_ethdev.c:1963:
+		*(int*)ret_val = 0;

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#156: FILE: drivers/net/virtio/virtio_ethdev.c:1987:
+		/* vdpa mode selected when there's a key-value pair:
+		vdpa=1 */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#156: FILE: drivers/net/virtio/virtio_ethdev.c:1987:
+		vdpa=1 */

WARNING:BRACES: braces {} are not necessary for single statement blocks
#159: FILE: drivers/net/virtio/virtio_ethdev.c:1990:
+	if (ret  < 0) {
 		goto exit;
 	}

total: 2 errors, 3 warnings, 0 checks, 59 lines checked

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

only message in thread, other threads:[~2020-01-20 14:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200120141603.18719-2-i.dyukov@samsung.com>
2020-01-20 14:19 ` [dpdk-test-report] |WARNING| pw64932 [PATCH 1/2] net/virtio: refactor devargs parsing 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).