Skip to content

Commit dda057a

Browse files
foryun.maawilliam
authored andcommitted
vfio: remove an extra semicolon
remove an extra semicolon from the example code Signed-off-by: foryun.ma <foryun.ma@jaguarmicro.com> Link: https://lore.kernel.org/r/20240510003735.2766-1-foryun.ma@jaguarmicro.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
1 parent f6944d4 commit dda057a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/vfio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ IOMMUFD IOAS/HWPT to enable userspace DMA::
364364
MAP_PRIVATE | MAP_ANONYMOUS, 0, 0);
365365
map.iova = 0; /* 1MB starting at 0x0 from device view */
366366
map.length = 1024 * 1024;
367-
map.ioas_id = alloc_data.out_ioas_id;;
367+
map.ioas_id = alloc_data.out_ioas_id;
368368

369369
ioctl(iommufd, IOMMU_IOAS_MAP, &map);
370370

0 commit comments

Comments
 (0)