automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Thomas Monjalon <thomas@monjalon.net>
Subject: [dpdk-test-report] |WARNING| pw46229 [2/5] ethdev: add an iterator to match some devargs input
Date: Mon,  8 Oct 2018 00:27:33 +0200 (CEST)	[thread overview]
Message-ID: <20181007222733.0202C4C8B@dpdk.org> (raw)
In-Reply-To: <20181007222554.4886-3-thomas@monjalon.net>

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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:SPACING: space required after that ',' (ctx:VxV)
#38: FILE: lib/librte_eal/common/include/rte_common.h:170:
+#define RTE_CAST_FIELD(var,field,type) \
                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#38: FILE: lib/librte_eal/common/include/rte_common.h:170:
+#define RTE_CAST_FIELD(var,field,type) \
                                 ^

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#39: FILE: lib/librte_eal/common/include/rte_common.h:171:
+	(*(type*)((uintptr_t)(var) + offsetof(typeof(*(var)), field)))

total: 3 errors, 1 warnings, 220 lines checked

           reply	other threads:[~2018-10-07 22:27 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20181007222554.4886-3-thomas@monjalon.net>]

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=20181007222733.0202C4C8B@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).