automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw56279 [PATCH v2 2/2] vhost: Add vhost-user-blk example which support inflight
       [not found] <20190710104356.6580-2-jin.yu@intel.com>
@ 2019-07-10  2:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-07-10  2:58 UTC (permalink / raw)
  To: test-report; +Cc: JinYu

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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#202: FILE: examples/vhost_blk/blk.c:82:
+				"%s - passed IO buffer is not multiple of 512b (req_idx = %"PRIu16").
",

WARNING:LONG_LINE: line over 90 characters
#214: FILE: examples/vhost_blk/blk.c:94:
+				"%s - passed IO buffer is not multiple of 512b (req_idx = %"PRIu16").
",

WARNING:BRACES: braces {} are not necessary for single statement blocks
#226: FILE: examples/vhost_blk/blk.c:106:
+		if (!task->iovs_cnt || task->data_len) {
+			return VIRTIO_BLK_S_UNSUPP;
+		}

ERROR:TRAILING_WHITESPACE: trailing whitespace
#604: FILE: examples/vhost_blk/vhost_blk.c:233:
+^I^I} $

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#1060: FILE: examples/vhost_blk/vhost_blk.h:94:
+struct vhost_blk_ctrlr* vhost_blk_ctrlr_find(const char *ctrlr_name);

total: 2 errors, 3 warnings, 1178 lines checked

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

only message in thread, other threads:[~2019-07-10  2:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190710104356.6580-2-jin.yu@intel.com>
2019-07-10  2:58 ` [dpdk-test-report] |WARNING| pw56279 [PATCH v2 2/2] vhost: Add vhost-user-blk example which support inflight 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).