Re: [PATCH v3] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
From: Greg Kroah-Hartman
Date: Tue Apr 15 2025 - 11:01:01 EST
On Sun, Apr 13, 2025 at 10:21:01PM +0200, Miguel Ojeda wrote:
> 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, I'll take it now.
greg k-h