automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andrew Rybchenko <arybchenko@solarflare.com>
Subject: [dpdk-test-report] |WARNING| pw31422 [PATCH 41/53] net/sfc/base: fix diagnostics support build without Siena
Date: Thu, 16 Nov 2017 09:12:27 +0100 (CET)	[thread overview]
Message-ID: <20171116081227.0D8E81B2A5@dpdk.org> (raw)
In-Reply-To: <1510819481-6809-42-git-send-email-arybchenko@solarflare.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31422

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#303: FILE: drivers/net/sfc/base/siena_nic.c:553:
+			if (memcmp(&reg, &buf, sizeof (reg))) {

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#318: FILE: drivers/net/sfc/base/siena_nic.c:568:
+			if (memcmp(&reg, &buf, sizeof (reg))) {

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#342: FILE: drivers/net/sfc/base/siena_nic.c:592:
+	return (rc);

CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#345: FILE: drivers/net/sfc/base/siena_nic.c:595:
+	__checkReturn	efx_rc_t

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#381: FILE: drivers/net/sfc/base/siena_nic.c:631:
+			if (memcmp(&reg, &buf, sizeof (reg))) {

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#398: FILE: drivers/net/sfc/base/siena_nic.c:648:
+	return (rc);

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#416: FILE: drivers/net/sfc/base/siena_nic.c:690:
+	if ((rc = siena_nic_test_registers(enp, __siena_registers,

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#421: FILE: drivers/net/sfc/base/siena_nic.c:694:
+	if ((rc = siena_nic_test_tables(enp, __siena_tables,

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#427: FILE: drivers/net/sfc/base/siena_nic.c:699:
+	if ((rc = siena_nic_test_tables(enp, __siena_tables,

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#433: FILE: drivers/net/sfc/base/siena_nic.c:704:
+	if ((rc = siena_nic_test_tables(enp, __siena_tables,

total: 6 errors, 3 warnings, 1 checks, 372 lines checked

           reply	other threads:[~2017-11-16  8:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1510819481-6809-42-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=20171116081227.0D8E81B2A5@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).