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@gmail.com 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@kernel.org
Thanks, I'll take it now.
greg k-h