automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Akhil Goyal <akhil.goyal@nxp.com>
Subject: [dpdk-test-report] |WARNING| [PATCH 2/8] drivers/common/dpaa2: Sample descriptors for NXP DPAA2 SEC operations.
Date: Mon,  5 Dec 2016 08:29:45 +0100 (CET)	[thread overview]
Message-ID: <20161205072945.CE959FA66@dpdk.org> (raw)
In-Reply-To: <20161205125540.6419-3-akhil.goyal@nxp.com>

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3219: FILE: drivers/common/dpaa2/flib/desc/common.h:61:
+static inline int rta_inline_query(unsigned sd_base_len, unsigned jd_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3219: FILE: drivers/common/dpaa2/flib/desc/common.h:61:
+static inline int rta_inline_query(unsigned sd_base_len, unsigned jd_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#3220: FILE: drivers/common/dpaa2/flib/desc/common.h:62:
+				   unsigned *data_len, uint32_t *inl_mask,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3221: FILE: drivers/common/dpaa2/flib/desc/common.h:63:
+				   unsigned count)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3224: FILE: drivers/common/dpaa2/flib/desc/common.h:66:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3585: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:327:
+static inline unsigned __rta_copy_ipsec_encap_pdb(struct program *program,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3589: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:331:
+	unsigned start_pc = program->current_pc;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3702: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:444:
+static inline unsigned __rta_copy_ipsec_decap_pdb(struct program *program,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3706: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:448:
+	unsigned start_pc = program->current_pc;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3707: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:449:
+	unsigned i, ars;

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3797: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:539:
+					 * length */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3800: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:542:
+					 * offset */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3807: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:549:
+					 * header */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3809: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:551:
+					 * header + outer IP header material */

total: 0 errors, 14 warnings, 4586 lines checked

           reply	other threads:[~2016-12-05  7:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20161205125540.6419-3-akhil.goyal@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=20161205072945.CE959FA66@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=akhil.goyal@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).