Re: [PATCH v2] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`

From: Miguel Ojeda
Date: Sat Apr 12 2025 - 08:00:11 EST


On Sat, Apr 12, 2025 at 12:30 PM Christian Schrefl
<chrisi.schrefl@xxxxxxxxx> wrote:
>
> "propper" type for this, so use a `*const kernel::ffi::c_char` pointer
> instad.

A couple typos -- I usually suggest using e.g. `scripts/checkpatch.pl
--codespell`.

> This should probably be backported to stable, for people/distros
> using Arm 32 patches on stable.

Up to the stable team -- I will add Cc: stable when I pick it up since
it shouldn't hurt, but it does not change anything there for the
supported arches, so they may or may not want to pick it.

Thanks!

Cheers,
Miguel