]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: ptr: remove implicit index projection syntax
authorGary Guo <gary@garyguo.net>
Tue, 2 Jun 2026 14:17:57 +0000 (15:17 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 5 Jun 2026 08:16:47 +0000 (10:16 +0200)
commitab0a321b4030b6e1fbbd99210bb7b5d4bc89d5e4
treeaf3ca057fade9d3c32533e616de5818b36e8045e
parent738a9213755ee13e0523192dfcc7c4f1d2b3f28c
rust: ptr: remove implicit index projection syntax

All users have been converted to use keyworded index projection syntax to
explicitly state their intention when doing index projection.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Gary Guo <gary@garyguo.net>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20260602-projection-syntax-rework-v2-6-6989470f5440@garyguo.net
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/dma.rs
rust/kernel/ptr/projection.rs