diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:31:14 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:45:35 +0100 |
| commit | bc5869180f69e2ad6c6b823e129e08a8e523d800 (patch) | |
| tree | 3ed8b30b8fbba5535e993eb7b72978853a84243d /sys/linux/dev_vfio.txt | |
| parent | f83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 (diff) | |
sys/linux: fix 240 warnings in descriptions
Sweeping fix of everything up to socket_netlink_route.txt.
Update #590
Diffstat (limited to 'sys/linux/dev_vfio.txt')
| -rw-r--r-- | sys/linux/dev_vfio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_vfio.txt b/sys/linux/dev_vfio.txt index 1ddc2f15d..2b0fc6626 100644 --- a/sys/linux/dev_vfio.txt +++ b/sys/linux/dev_vfio.txt @@ -27,6 +27,7 @@ vfio_iommu_type1_info { argsz len[parent, int32] flags const[0, int32] iova_pgsizes const[0, int64] + cap_offset int32 } vfio_iommu_type1_dma_map { @@ -40,7 +41,6 @@ vfio_iommu_type1_dma_map { vfio_iommu_type1_dma_unmap { argsz len[parent, int32] flags flags[vfio_dma_flags, int32] - vaddr int64 iova int64 size int64 } |
