automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Subject: [dpdk-test-report] |WARNING| pw100720 [PATCH v3 1/2] net: rename Ethernet header fields
Date: Fri,  8 Oct 2021 00:09:11 +0200 (CEST)	[thread overview]
Message-ID: <20211007220911.7E80E120E00@dpdk.org> (raw)
In-Reply-To: <20211007220750.313779-2-dmitry.kozliuk@gmail.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#516: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:591:
+	rte_eth_macaddr_get(slave_id, &hdr->eth_hdr.src_addr);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#525: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1349:
+		rte_eth_macaddr_get(slave_id, &m_hdr->eth_hdr.src_addr);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#605: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1020:
+			rte_eth_macaddr_get(slave_idx, &eth_h->src_addr);

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#666: FILE: examples/bond/main.c:425:
+						rte_ether_addr_copy(&eth_hdr->src_addr, &eth_hdr->dst_addr);

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#667: FILE: examples/bond/main.c:426:
+						rte_ether_addr_copy(&bond_mac_addr, &eth_hdr->src_addr);

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#674: FILE: examples/bond/main.c:431:
+						rte_ether_addr_copy(&dst_addr, &arp_hdr->arp_data.arp_sha);

total: 0 errors, 6 warnings, 1190 lines checked

           reply	other threads:[~2021-10-07 22:09 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20211007220750.313779-2-dmitry.kozliuk@gmail.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=20211007220911.7E80E120E00@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=dmitry.kozliuk@gmail.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).