Commit 767b1ed8 authored by Morduan Zang's avatar Morduan Zang Committed by Alex Williamson
Browse files

vfio/nvgrace-gpu: fix grammatical error



The word "as" in the comment should be replaced with "is",
and there is an extra space in the comment.

Signed-off-by: default avatarMorduan Zang <zhangdandan@uniontech.com>
Reviewed-by: default avatarAnkit Agrawal <ankita@nvidia.com>
Link: https://lore.kernel.org/r/54E1ED6C5A2682C8+20250814110358.285412-1-zhangdandan@uniontech.com


Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 473c3af3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ nvgrace_gpu_ioctl_get_region_info(struct vfio_device *core_vdev,
	info.offset = VFIO_PCI_INDEX_TO_OFFSET(info.index);
	/*
	 * The region memory size may not be power-of-2 aligned.
	 * Given that the memory  as a BAR and may not be
	 * Given that the memory is a BAR and may not be
	 * aligned, roundup to the next power-of-2.
	 */
	info.size = memregion->bar_size;