automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Hemant Agrawal <hemant.agrawal@nxp.com>
Subject: [dpdk-test-report] |WARNING| [PATCH 14/32] net/dpaa2: dpio object driver
Date: Sun,  4 Dec 2016 13:45:16 +0100 (CET)	[thread overview]
Message-ID: <20161204124516.C2FC4FA9A@dpdk.org> (raw)
In-Reply-To: <1480875447-23680-15-git-send-email-hemant.agrawal@nxp.com>

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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#256: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:89:
+/* Set the STASH Destination depending on Current CPU ID.
+   e.g. Valid values of SDEST are 4,5,6,7. Where,

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#356: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:189:
+	/* Set the STASH Destination depending on Current CPU ID.
+	   Valid values of SDEST are 4,5,6,7. Where,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#401: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:234:
+	unsigned lcore_id = rte_lcore_id();

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#460: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:293:
+		if (NULL == dpio_dev_list) {

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#497: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:330:
+	/* Create Mapping for QBMan Cache Enabled area. This is a fix for
+	   SMMU fault for DQRR statshing transaction. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#497: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:330:
+	   SMMU fault for DQRR statshing transaction. */

total: 0 errors, 6 warnings, 0 checks, 582 lines checked

           reply	other threads:[~2016-12-04 12:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1480875447-23680-15-git-send-email-hemant.agrawal@nxp.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=20161204124516.C2FC4FA9A@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=hemant.agrawal@nxp.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).