Alice Ryhl
2025-Oct-01 09:29 UTC
[PATCH v2 19/19] rust: regulator: replace `kernel::c_str!` with C-Strings
On Thu, Sep 25, 2025 at 3:56?PM Tamir Duberstein <tamird at gmail.com> wrote:> > C-String literals were added in Rust 1.77. Replace instances of > `kernel::c_str!` with C-String literals where possible. > > Signed-off-by: Tamir Duberstein <tamird at gmail.com>Reviewed-by: Alice Ryhl <aliceryhl at google.com>