all: use expect attribute where possible
This commit is contained in:
parent
c3b50dc653
commit
e377470f3f
134 changed files with 241 additions and 296 deletions
|
|
@ -59,14 +59,12 @@ impl DmaBuf {
|
|||
|
||||
const DMA_BUF_BASE: u64 = b'b' as _;
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[repr(C)]
|
||||
struct dma_buf_export_sync_file {
|
||||
flags: u32,
|
||||
fd: i32,
|
||||
}
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[repr(C)]
|
||||
struct dma_buf_import_sync_file {
|
||||
flags: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue