[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tencent_08D4DAD1AE568FC79EB11A8109D8926A2309@qq.com>
Date: Thu, 11 Dec 2025 23:15:53 +0800
From: yilin <1479826151@...com>
To: Miguel Ojeda <ojeda@...nel.org>,
rust-for-linux@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
yilin <1479826151@...com>
Subject: [PATCH 0/3] rust: documentation fixes and API consistency improvements
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
Powered by blists - more mailing lists