From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw33035 [PATCH v5 02/14] net/avf: initialization of avf PMD
Date: Mon, 8 Jan 2018 06:13:19 +0100 (CET) [thread overview]
Message-ID: <20180108051319.4D3A51B1C0@dpdk.org> (raw)
In-Reply-To: <1515388414-16214-3-git-send-email-wenzhuo.lu@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/33035
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#644: FILE: drivers/net/avf/avf_ethdev.c:348:
+ snprintf(z_name, sizeof(z_name), "avf_dma_%"PRIu64, rte_rand());
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#644: FILE: drivers/net/avf/avf_ethdev.c:348:
+ snprintf(z_name, sizeof(z_name), "avf_dma_%"PRIu64, rte_rand());
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#655: FILE: drivers/net/avf/avf_ethdev.c:359:
+ "memzone %s allocated with physical address: %"PRIu64,
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#669: FILE: drivers/net/avf/avf_ethdev.c:373:
+ "memzone %s to be freed with physical address: %"PRIu64,
CHECK:BRACES: Unbalanced braces around else statement
#919: FILE: drivers/net/avf/avf_vchnl.c:182:
+ } else
total: 0 errors, 0 warnings, 986 lines checked
parent reply other threads:[~2018-01-08 5:13 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1515388414-16214-3-git-send-email-wenzhuo.lu@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=20180108051319.4D3A51B1C0@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=wenzhuo.lu@intel.com \
/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).