From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Guinan Sun <guinanx.sun@intel.com>
Subject: [dpdk-test-report] |WARNING| pw71896 [PATCH 29/70] net/e1000/base: more function name cleanup
Date: Mon, 22 Jun 2020 09:11:56 +0200 (CEST) [thread overview]
Message-ID: <20200622071156.5B8D51D5AA@dpdk.org> (raw)
In-Reply-To: <20200622064634.70941-30-guinanx.sun@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/71896
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct e1000_hw *' should also have an identifier name
#149: FILE: drivers/net/e1000/base/e1000_hw.h:700:
+ s32 (*set_eee)(struct e1000_hw *, bool, bool, bool);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool' should also have an identifier name
#149: FILE: drivers/net/e1000/base/e1000_hw.h:700:
+ s32 (*set_eee)(struct e1000_hw *, bool, bool, bool);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool' should also have an identifier name
#149: FILE: drivers/net/e1000/base/e1000_hw.h:700:
+ s32 (*set_eee)(struct e1000_hw *, bool, bool, bool);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool' should also have an identifier name
#149: FILE: drivers/net/e1000/base/e1000_hw.h:700:
+ s32 (*set_eee)(struct e1000_hw *, bool, bool, bool);
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#199: FILE: drivers/net/e1000/base/e1000_i225.c:4:
+STATIC s32 e1000_init_mac_params_i225(struct e1000_hw *hw);
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#200: FILE: drivers/net/e1000/base/e1000_i225.c:5:
+STATIC s32 e1000_init_phy_params_i225(struct e1000_hw *hw);
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#201: FILE: drivers/net/e1000/base/e1000_i225.c:6:
+STATIC s32 e1000_reset_hw_i225(struct e1000_hw *hw);
total: 0 errors, 7 warnings, 0 checks, 788 lines checked
parent reply other threads:[~2020-06-22 7:11 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20200622064634.70941-30-guinanx.sun@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=20200622071156.5B8D51D5AA@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=guinanx.sun@intel.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).