]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: alloc: update module comment of alloc.rs
authorDanilo Krummrich <dakr@kernel.org>
Fri, 7 Mar 2025 22:49:53 +0000 (23:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 12:01:47 +0000 (13:01 +0100)
commit1ef4cf5f98c42e8482331e1c69a15ba702b9e4c3
treeabf27caa0712ae798df3fefc5a5a1db8f75b9a59
parentec50a634be2b666b7cf9641da1e603553a7b1836
rust: alloc: update module comment of alloc.rs

commit 8ae740c3917ff92108df17236b3cf1b9a74bd359 upstream.

Before we remove Rust's alloc crate, rewrite the module comment in
alloc.rs to avoid a rustdoc warning.

Besides that, the module comment in alloc.rs isn't correct anymore,
we're no longer extending Rust's alloc crate.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241004154149.93856-28-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/alloc.rs