Open Richardhongyu opened 10 months ago
// rust/kernel/kernelh.rs arg1: *const c_char, arg2: *const c_char, ) -> *mut c_char { unsafe { bindings::kasprintf(gfp, fmt, arg1, arg2) }
There should be an unsafe comment above the unsafe block.
There should be an unsafe comment above the unsafe block.