Alexandre Courbot
2025-Aug-15 11:11 UTC
[PATCH v2 02/19] gpu: nova-core: replace `kernel::c_str!` with C-Strings
On Thu Aug 14, 2025 at 12:59 AM JST, Tamir Duberstein wrote:> C-String literals were added in Rust 1.77. Replace instances of > `kernel::c_str!` with C-String literals where possible. > > Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> > Reviewed-by: Alice Ryhl <aliceryhl at google.com> > Reviewed-by: Benno Lossin <lossin at kernel.org> > Acked-by: Danilo Krummrich <dakr at kernel.org> > Signed-off-by: Tamir Duberstein <tamird at gmail.com>Reviewed-by: Alexandre Courbot <acourbot at nvidia.com>