Danilo Krummrich
2025-Sep-25 22:25 UTC
[PATCH v2 18/19] rust: io: replace `kernel::c_str!` with C-Strings
On 9/25/25 3:54 PM, Tamir Duberstein 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>Acked-by: Danilo Krummrich <dakr at kernel.org>