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

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

_coding style issues_


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

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

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

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

total: 0 errors, 4 warnings, 0 checks, 102 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-4-stephen@networkplumber.org>
2024-12-10 21:28 ` |WARNING| pw149126 [RFC 3/8] net/ioring: implement control functions 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).