Stephen Boyd
2025-Jul-25 01:21 UTC
[PATCH 04/17] rust: clk: replace `kernel::c_str!` with C-Strings
Quoting Tamir Duberstein (2025-07-10 08:31:07)> 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> > Signed-off-by: Tamir Duberstein <tamird at gmail.com> > ---Acked-by: Stephen Boyd <sboyd at kernel.org>