Skip to content
Snippets Groups Projects
Commit dda057ad authored by foryun.ma's avatar foryun.ma Committed by Alex Williamson
Browse files

vfio: remove an extra semicolon

parent f6944d4a
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ IOMMUFD IOAS/HWPT to enable userspace DMA::
MAP_PRIVATE | MAP_ANONYMOUS, 0, 0);
map.iova = 0; /* 1MB starting at 0x0 from device view */
map.length = 1024 * 1024;
map.ioas_id = alloc_data.out_ioas_id;;
map.ioas_id = alloc_data.out_ioas_id;
ioctl(iommufd, IOMMU_IOAS_MAP, &map);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment