Re: [PATCH v3] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
From: Miguel Ojeda
Date: Sun Apr 13 2025 - 16:21:32 EST
On Sun, Apr 13, 2025 at 9:27 PM Christian Schrefl
<chrisi.schrefl@xxxxxxxxx> wrote:
>
> The `FwFunc` struct contains an function with a char pointer argument,
> for which a `*const u8` pointer was used. This is not really the
> "proper" type for this, so use a `*const kernel::ffi::c_char` pointer
> instead.
If I don't take it:
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Thanks!
Cheers,
Miguel