rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rust: documentation fixes and API consistency improvements
@ 2025-12-11 15:15 yilin
  0 siblings, 0 replies; only message in thread
From: yilin @ 2025-12-11 15:15 UTC (permalink / raw)
  To: Miguel Ojeda, rust-for-linux; +Cc: linux-kernel, yilin

This patch series fixes documentation issues and improves API naming
consistency in the Rust for Linux codebase:

- Patch 1/3 fixes an incorrect type in device_id safety documentation
- Patch 2/3 removes redundant safety documentation in the dma module
- Patch 3/3 renames cpumask methods to follow the constructor pattern

yilin (3):
  rust: device_id: replace possible incorrect word in safety document
  rust: dma: remove incorrect safety documentation
  rust: cpumask: rename methods of Cpumask for clarity and consistency

 rust/kernel/cpumask.rs   | 10 +++++-----
 rust/kernel/device_id.rs |  2 +-
 rust/kernel/dma.rs       |  2 --
 3 files changed, 6 insertions(+), 8 deletions(-)

-- 
2.34.1


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

only message in thread, other threads:[~2025-12-11 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11 15:15 [PATCH 0/3] rust: documentation fixes and API consistency improvements yilin

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