On Mon, May 26, 2025 at 6:26 PM Jesung Yang <y.j3m...@gmail.com> wrote: > > Since `kernel::ffi::c_void` is a transparent wrapper around > `core::ffi::c_void`, both are functionally equivalent. However, using
Hmm... It is not a transparent wrapper, but a reexport, right? (it is not even a type alias, like the others in the `ffi` crate). Other than that, the change looks fine -- thanks for the patch! (By the way, in general, please provide the `--base` flag to `format-patch` when possible, since that makes later on applying commits much easier. And it usually doesn't hurt to have a "Link:" tag to the discussion in Zulip.) Cheers, Miguel