mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[module] swap offset & size in printk output for consistency
This commit is contained in:
parent
d09a10299e
commit
938011fce6
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ static long kvmfr_dmabuf_create(struct kvmfr_dev * kdev, struct file * filp,
|
|||
goto err;
|
||||
}
|
||||
|
||||
printk("kvmfr_dmabuf_create: offset: %llu, size: %llu\n",
|
||||
create.offset, create.size);
|
||||
printk("kvmfr_dmabuf_create with size %llu offset: %llu",
|
||||
create.size, create.offset);
|
||||
return dma_buf_fd(buf, create.flags & KVMFR_DMABUF_FLAG_CLOEXEC ? O_CLOEXEC : 0);
|
||||
|
||||
err:
|
||||
|
|
Loading…
Reference in a new issue