* |WARNING| pw149155 [PATCH v2 2/8] net/ioring: implement link state
[not found] <20241211162904.121695-3-stephen@networkplumber.org>
@ 2024-12-11 16:30 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-12-11 16:30 UTC (permalink / raw)
To: test-report; +Cc: Stephen Hemminger
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/149155
_coding style issues_
WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#177: 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'?
#183: 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'?
#200: 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-11 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20241211162904.121695-3-stephen@networkplumber.org>
2024-12-11 16:30 ` |WARNING| pw149155 [PATCH v2 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).