automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Shreyansh Jain <shreyansh.jain@nxp.com>
Subject: [dpdk-test-report] |WARNING| pw25378 [PATCH 12/38] bus/dpaa: add QMan driver core routines
Date: Fri, 16 Jun 2017 07:34:39 +0200 (CEST)	[thread overview]
Message-ID: <20170616053439.7DE357CAF@dpdk.org> (raw)
In-Reply-To: <1497591668-3320-13-git-send-email-shreyansh.jain@nxp.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'uncommited' may be misspelled - perhaps 'uncommitted'?
#507: FILE: drivers/bus/dpaa/base/qbman/qman.c:362:
+		pr_crit("losing uncommited EQCR entries
");

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#907: FILE: drivers/bus/dpaa/base/qbman/qman.c:762:
+				BUG_ON(!fq);

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#1097: FILE: drivers/bus/dpaa/base/qbman/qman.c:952:
+	BUG_ON(!CPU_ISSET(cpu, &affine_mask));

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#3479: FILE: drivers/bus/dpaa/base/qbman/qman_driver.c:142:
+	BUG_ON(cfg != &pcfg);

WARNING:TYPO_SPELLING: 'comsume' may be misspelled - perhaps 'consume'?
#3640: FILE: drivers/bus/dpaa/include/fsl_qman.h:1360:
+ * This will comsume the DQRR enrey and make it available for next volatile

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#4192: FILE: drivers/bus/dpaa/include/fsl_qman.h:1912:
+/**
+* qman_query_cgr - Queries CGR fields

total: 0 errors, 6 warnings, 4236 lines checked

           reply	other threads:[~2017-06-16  5:34 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1497591668-3320-13-git-send-email-shreyansh.jain@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=20170616053439.7DE357CAF@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=shreyansh.jain@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).