]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: bitmap: fix formatting
authorMiguel Ojeda <ojeda@kernel.org>
Thu, 16 Oct 2025 22:57:54 +0000 (00:57 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 17 Oct 2025 11:02:22 +0000 (13:02 +0200)
commit1f1d3e1d094db732d22b892227bf1e1ac3a8ca04
tree70a63689b9022c7daa9f62a230d1daa191b346d9
parent32f072d9eaf9c31c2b0527a4a3370570a731e3cc
rust: bitmap: fix formatting

We do our best to keep the repository `rustfmt`-clean, thus run the tool
to fix the formatting issue.

Link: https://docs.kernel.org/rust/coding-guidelines.html#style-formatting
Link: https://rust-for-linux.com/contributing#submit-checklist-addendum
Fixes: 0f5878834d6c ("rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning")
Reviewed-by: Burak Emir <bqe@google.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/bitmap.rs