lib: pretty print RM request structure so numbers are prefixed with 0x

This commit is contained in:
Matt Bilker
2023-02-06 02:01:55 +00:00
parent 91d0101765
commit 1492be813b

View File

@@ -314,7 +314,7 @@ pub unsafe extern "C" fn ioctl(fd: RawFd, request: c_ulong, argp: *mut c_void) -
return ret;
}
//info!("{:x?}", io_data);
//info!("{:#x?}", io_data);
macro_rules! check_size {
($name:ident, $expected_type:ty) => {