* |WARNING| pw153040 [PATCH 2/3] rust: split main into example, refactor to lib.rs
[not found] <20250418132324.4085336-2-harry.van.haaren@intel.com>
@ 2025-04-18 13:24 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-04-18 13:24 UTC (permalink / raw)
To: test-report; +Cc: Harry van Haaren
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/153040
_coding style issues_
WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#91: FILE: rust_api_example/examples/eth_poll.rs:7:
+ let mut dpdk = dpdk::Eal::init().expect("dpdk must init ok");
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#94: FILE: rust_api_example/examples/eth_poll.rs:10:
+ let mut ports = dpdk.take_eth_ports().expect("take eth ports ok");
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#95: FILE: rust_api_example/examples/eth_poll.rs:11:
+ let mut p = ports.pop().unwrap();
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#100: FILE: rust_api_example/examples/eth_poll.rs:16:
+ let (mut rxqs, _txqs) = p.start();
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#107: FILE: rust_api_example/examples/eth_poll.rs:23:
+ let mut rxq = rxq1.enable_polling();
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#109: FILE: rust_api_example/examples/eth_poll.rs:25:
+ let _nb_mbufs = rxq.rx_burst(&mut [0; 32]);
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#114: FILE: rust_api_example/examples/eth_poll.rs:30:
+ let mut rxq = rxq2.enable_polling();
WARNING:TYPO_SPELLING: 'mut' may be misspelled - perhaps 'must'?
#116: FILE: rust_api_example/examples/eth_poll.rs:32:
+ let _nb_mbufs = rxq.rx_burst(&mut [0; 32]);
total: 0 errors, 9 warnings, 38 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-18 13:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20250418132324.4085336-2-harry.van.haaren@intel.com>
2025-04-18 13:24 ` |WARNING| pw153040 [PATCH 2/3] rust: split main into example, refactor to lib.rs 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).