On Tue Jul 29, 2025 at 12:29 PM CEST, herculoxz wrote: > From: Abhinav Ananthu <abhinav.ogl@xxxxxxxxx> > > Update PCI FFI callback signatures to use `c_int` from the prelude, > instead of accessing it via `kernel::ffi::c_int`. > > This follows Rust-for-Linux coding guidelines and improves ABI > correctness when interfacing with C code. > > Signed-off-by: Abhinav Ananthu <abhinav.ogl@xxxxxxxxx> Reviewed-by: Benno Lossin <lossin@xxxxxxxxxx> --- Cheers, Benno > --- > rust/kernel/pci.rs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)