From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Subject: [dpdk-test-report] |WARNING| pw100128 [PATCH v7 4/4] ethdev: merge driver ops to get all xstats names and by ID
Date: Thu, 30 Sep 2021 18:04:41 +0200 (CEST) [thread overview]
Message-ID: <20210930160441.AD73B1206FE@dpdk.org> (raw)
In-Reply-To: <20210930160156.961041-8-andrew.rybchenko@oktetlabs.ru>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100128
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#453: FILE: drivers/net/dpaa/dpaa_ethdev.c:816:
+dpaa_xstats_get_names(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#499: FILE: drivers/net/dpaa2/dpaa2_ethdev.c:1796:
+dpaa2_xstats_get_names(
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#598: FILE: drivers/net/e1000/igb_ethdev.c:2018:
+ __rte_unused unsigned limit)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1048: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:175:
+ struct rte_eth_xstat_name *xstats_names, unsigned limit);
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#1119: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:3380:
+static int ixgbe_dev_xstats_get_names(
total: 0 errors, 2 warnings, 1281 lines checked
parent reply other threads:[~2021-09-30 16:04 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20210930160156.961041-8-andrew.rybchenko@oktetlabs.ru>]
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=20210930160441.AD73B1206FE@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=andrew.rybchenko@oktetlabs.ru \
--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).