automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw149125 [RFC 2/8] net/ioring: implement link state
       [not found] <20241210212757.83490-3-stephen@networkplumber.org>
@ 2024-12-10 21:29 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-12-10 21:29 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#175: FILE: drivers/net/ioring/rte_eth_ioring.c:157:
+	return eth_dev_change_flags(dev, IFF_UP, 0);

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#181: FILE: drivers/net/ioring/rte_eth_ioring.c:163:
+	return eth_dev_change_flags(dev, 0, ~IFF_UP);

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#198: FILE: drivers/net/ioring/rte_eth_ioring.c:180:
+		.link_status = (flags & IFF_UP) ? RTE_ETH_LINK_UP : RTE_ETH_LINK_DOWN,

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

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

only message in thread, other threads:[~2024-12-10 21:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241210212757.83490-3-stephen@networkplumber.org>
2024-12-10 21:29 ` |WARNING| pw149125 [RFC 2/8] net/ioring: implement link state 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).