Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Morduan Zang <zhangdandan@uniontech.com>
Reviewed-by: Ankit Agrawal <ankita@nvidia.com>
Link: https://lore.kernel.org/r/54E1ED6C5A2682C8+20250814110358.285412-1-zhangdandan@uniontech.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>

authored by

Morduan Zang and committed by
Alex Williamson
767b1ed8 473c3af3

+1 -1
+1 -1
drivers/vfio/pci/nvgrace-gpu/main.c
··· 260 260 info.offset = VFIO_PCI_INDEX_TO_OFFSET(info.index); 261 261 /* 262 262 * The region memory size may not be power-of-2 aligned. 263 - * Given that the memory as a BAR and may not be 263 + * Given that the memory is a BAR and may not be 264 264 * aligned, roundup to the next power-of-2. 265 265 */ 266 266 info.size = memregion->bar_size;