From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Olivier Matz <olivier.matz@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw21553 [PATCH v2 5/6] net/mlx5: implement descriptor status API
Date: Tue, 7 Mar 2017 17:01:18 +0100 (CET) [thread overview]
Message-ID: <20170307160118.1CFC9F618@dpdk.org> (raw)
In-Reply-To: <1488902393-7237-6-git-send-email-olivier.matz@6wind.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21553
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#177: FILE: drivers/net/mlx5/mlx5_rxtx.h:326:
+int mlx5_rx_descriptor_status(void *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#177: FILE: drivers/net/mlx5/mlx5_rxtx.h:326:
+int mlx5_rx_descriptor_status(void *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#178: FILE: drivers/net/mlx5/mlx5_rxtx.h:327:
+int mlx5_tx_descriptor_status(void *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#178: FILE: drivers/net/mlx5/mlx5_rxtx.h:327:
+int mlx5_tx_descriptor_status(void *, uint16_t);
total: 0 errors, 4 warnings, 0 checks, 106 lines checked
parent reply other threads:[~2017-03-07 16:01 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1488902393-7237-6-git-send-email-olivier.matz@6wind.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=20170307160118.1CFC9F618@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=olivier.matz@6wind.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).