automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andy Pei <andy.pei@intel.com>
Subject: [dpdk-test-report] |WARNING| pw56258 [PATCH v5] net/i40e: i40e get link status update from ipn3ke
Date: Tue,  9 Jul 2019 08:51:10 +0200 (CEST)	[thread overview]
Message-ID: <20190709065110.987D8493D@dpdk.org> (raw)
In-Reply-To: <1562654606-175783-1-git-send-email-andy.pei@intel.com>

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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#96: FILE: drivers/net/i40e/i40e_ethdev.c:1271:
+	if (RTE_ETH_NAME_MAX_LEN > strlen(value)) {

WARNING:RETURN_VOID: void function return statements are not generally useful
#199: FILE: drivers/net/i40e/i40e_ethdev.c:1374:
+	return;
+}

WARNING:RETURN_VOID: void function return statements are not generally useful
#206: FILE: drivers/net/i40e/i40e_ethdev.c:1381:
+	return;
+}

total: 0 errors, 3 warnings, 0 checks, 243 lines checked

           reply	other threads:[~2019-07-09  6:51 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1562654606-175783-1-git-send-email-andy.pei@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=20190709065110.987D8493D@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=andy.pei@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).