automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: JinYu <jin.yu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw55295 [PATCH] vhost: support inflight share memory protocol feature
Date: Tue, 25 Jun 2019 10:33:16 +0200 (CEST)	[thread overview]
Message-ID: <20190625083316.D86371BBDB@dpdk.org> (raw)
In-Reply-To: <20190625161850.35292-1-jin.yu@intel.com>

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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#63: FILE: lib/librte_vhost/rte_vhost.h:107:
+    ^I * Only available for head-descriptor. */$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#63: FILE: lib/librte_vhost/rte_vhost.h:107:
+    ^I * Only available for head-descriptor. */$

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#63: FILE: lib/librte_vhost/rte_vhost.h:107:
+    	 * Only available for head-descriptor. */

ERROR:CODE_INDENT: code indent should use tabs where possible
#69: FILE: lib/librte_vhost/rte_vhost.h:113:
+    ^I * Only available when batching is used for submitting */$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#69: FILE: lib/librte_vhost/rte_vhost.h:113:
+    ^I * Only available when batching is used for submitting */$

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#69: FILE: lib/librte_vhost/rte_vhost.h:113:
+    	 * Only available when batching is used for submitting */

ERROR:CODE_INDENT: code indent should use tabs where possible
#73: FILE: lib/librte_vhost/rte_vhost.h:117:
+     ^I * Only available for head-descriptor. */$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#73: FILE: lib/librte_vhost/rte_vhost.h:117:
+     ^I * Only available for head-descriptor. */$

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#73: FILE: lib/librte_vhost/rte_vhost.h:117:
+     	 * Only available for head-descriptor. */

ERROR:CODE_INDENT: code indent should use tabs where possible
#82: FILE: lib/librte_vhost/rte_vhost.h:126:
+    ^I * Zero value indicates an uninitialized buffer */$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#82: FILE: lib/librte_vhost/rte_vhost.h:126:
+    ^I * Zero value indicates an uninitialized buffer */$

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#82: FILE: lib/librte_vhost/rte_vhost.h:126:
+    	 * Zero value indicates an uninitialized buffer */

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#83: FILE: lib/librte_vhost/rte_vhost.h:127:
+^Iuint16_t ^I^Iversion;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#86: FILE: lib/librte_vhost/rte_vhost.h:130:
+     ^I * size. Slave could get it from queue size field of VhostUserInflight. */$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#86: FILE: lib/librte_vhost/rte_vhost.h:130:
+     ^I * size. Slave could get it from queue size field of VhostUserInflight. */$

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#86: FILE: lib/librte_vhost/rte_vhost.h:130:
+     	 * size. Slave could get it from queue size field of VhostUserInflight. */

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#93: FILE: lib/librte_vhost/rte_vhost.h:137:
+^Iuint16_t ^I^Iused_idx;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#106: FILE: lib/librte_vhost/rte_vhost.h:150:
+^Iint                ^Iinflight_flag;$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#127: FILE: lib/librte_vhost/rte_vhost.h:663:
+int __rte_experimental $

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#296: FILE: lib/librte_vhost/vhost.h:133:
+^Ibool                ^Iinflight_flag;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#306: FILE: lib/librte_vhost/vhost.h:294:
+^Iint ^I^Ifd;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#307: FILE: lib/librte_vhost/vhost.h:295:
+^Ivoid ^I^I*addr;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#308: FILE: lib/librte_vhost/vhost.h:296:
+^Iuint64_t ^Isize;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#318: FILE: lib/librte_vhost/vhost.h:316:
+^IVuDevInflightInfo ^Iinflight_info;$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#630: FILE: lib/librte_vhost/vhost_user.h:26:
+^I$

total: 7 errors, 18 warnings, 585 lines checked

           reply	other threads:[~2019-06-25  8:33 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190625161850.35292-1-jin.yu@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190625083316.D86371BBDB@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jin.yu@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).