[PATCH 0/3] rust: documentation fixes and API consistency improvements

yilin posted 3 patches 2 days, 10 hours ago
Only 0 patches received!
rust/kernel/cpumask.rs   | 10 +++++-----
rust/kernel/device_id.rs |  2 +-
rust/kernel/dma.rs       |  2 --
3 files changed, 6 insertions(+), 8 deletions(-)
[PATCH 0/3] rust: documentation fixes and API consistency improvements
Posted by yilin 2 days, 10 hours ago
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