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