automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw154702 [PATCH v2 02/15] net/txgbe: add new SW-FW mailbox interface
       [not found] <20250625125047.18072-3-zaiyuwang@trustnetic.com>
@ 2025-06-25 12:53 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-06-25 12:53 UTC (permalink / raw)
  To: test-report; +Cc: Zaiyu Wang

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

_coding style issues_


WARNING:TYPO_SPELLING: 'Lite' may be misspelled - perhaps 'Light'?
#75: 
Amber-Lite NICs adopt new mailbox interface for software-firmware

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'recv_hdr->cmd == send_cmd'
#219: FILE: drivers/net/txgbe/base/txgbe_mng.c:169:
+			if ((recv_hdr->cmd == send_cmd) &&
+			    (recv_hdr->cksum_or_index.index == hw->swfw_index))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'recv_hdr->cksum_or_index.index == hw->swfw_index'
#219: FILE: drivers/net/txgbe/base/txgbe_mng.c:169:
+			if ((recv_hdr->cmd == send_cmd) &&
+			    (recv_hdr->cksum_or_index.index == hw->swfw_index))

total: 0 errors, 1 warnings, 2 checks, 402 lines checked
Warning in drivers/net/txgbe/base/txgbe_mng.c:
Using rte_atomicNN_xxx

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-25 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250625125047.18072-3-zaiyuwang@trustnetic.com>
2025-06-25 12:53 ` |WARNING| pw154702 [PATCH v2 02/15] net/txgbe: add new SW-FW mailbox interface checkpatch

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).