From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andrew Rybchenko <arybchenko@solarflare.com>
Subject: [dpdk-test-report] |WARNING| pw54611 [PATCH 28/29] net/sfc/base: provide API to fetch vPort statistics
Date: Thu, 13 Jun 2019 15:54:22 +0200 (CEST) [thread overview]
Message-ID: <20190613135422.6EE831C4CE@dpdk.org> (raw)
In-Reply-To: <1560152324-20538-29-git-send-email-arybchenko@solarflare.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/54611
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#41: FILE: drivers/net/sfc/base/ef10_evb.c:539:
+ __checkReturn efx_rc_t
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#42: FILE: drivers/net/sfc/base/ef10_evb.c:540:
+ef10_evb_vport_stats(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#65: FILE: drivers/net/sfc/base/ef10_impl.h:1355:
+ef10_evb_vport_stats(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#84: FILE: drivers/net/sfc/base/efx.h:3449:
+efx_evb_vport_stats(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#118: FILE: drivers/net/sfc/base/efx_evb.c:507:
+efx_evb_vport_stats(
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#144: FILE: drivers/net/sfc/base/efx_evb.c:533:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#152: FILE: drivers/net/sfc/base/efx_evb.c:541:
+ return (rc);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_nic_t *' should also have an identifier name
#164: FILE: drivers/net/sfc/base/efx_impl.h:691:
+ efx_rc_t (*eeo_vport_stats)(efx_nic_t *, efx_vswitch_id_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_vswitch_id_t' should also have an identifier name
#164: FILE: drivers/net/sfc/base/efx_impl.h:691:
+ efx_rc_t (*eeo_vport_stats)(efx_nic_t *, efx_vswitch_id_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_vport_id_t' should also have an identifier name
#164: FILE: drivers/net/sfc/base/efx_impl.h:691:
+ efx_rc_t (*eeo_vport_stats)(efx_nic_t *, efx_vswitch_id_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'efsys_mem_t *' should also have an identifier name
#164: FILE: drivers/net/sfc/base/efx_impl.h:691:
+ efx_rc_t (*eeo_vport_stats)(efx_nic_t *, efx_vswitch_id_t,
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#189: FILE: drivers/net/sfc/base/efx_impl.h:1379:
+efx_mcdi_mac_stats(
ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#237: FILE: drivers/net/sfc/base/efx_mcdi.c:1939:
+ if ((rc = efx_mcdi_mac_stats(enp, enp->en_vport_id, NULL,
ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#247: FILE: drivers/net/sfc/base/efx_mcdi.c:1963:
+ if ((rc = efx_mcdi_mac_stats(enp, enp->en_vport_id, esmp,
total: 4 errors, 4 warnings, 6 checks, 201 lines checked
parent reply other threads:[~2019-06-13 13:54 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1560152324-20538-29-git-send-email-arybchenko@solarflare.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=20190613135422.6EE831C4CE@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=arybchenko@solarflare.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).