linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfio/nvgrace-gpu: fix grammatical error
@ 2025-08-14 11:03 Morduan Zang
  2025-08-14 12:20 ` Ankit Agrawal
  2025-08-27 18:55 ` Alex Williamson
  0 siblings, 2 replies; 3+ messages in thread
From: Morduan Zang @ 2025-08-14 11:03 UTC (permalink / raw)
  To: ankita, jgg, yishaih, shameerali.kolothum.thodi, kevin.tian
  Cc: wangyuli, linux-kernel, kvm, Morduan Zang

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>
---
 drivers/vfio/pci/nvgrace-gpu/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/vfio/pci/nvgrace-gpu/main.c b/drivers/vfio/pci/nvgrace-gpu/main.c
index d95761dcdd58..0adaa6150252 100644
--- a/drivers/vfio/pci/nvgrace-gpu/main.c
+++ b/drivers/vfio/pci/nvgrace-gpu/main.c
@@ -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;
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio/nvgrace-gpu: fix grammatical error
  2025-08-14 11:03 [PATCH] vfio/nvgrace-gpu: fix grammatical error Morduan Zang
@ 2025-08-14 12:20 ` Ankit Agrawal
  2025-08-27 18:55 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Ankit Agrawal @ 2025-08-14 12:20 UTC (permalink / raw)
  To: Morduan Zang, jgg@ziepe.ca, Yishai Hadas,
	shameerali.kolothum.thodi@huawei.com, kevin.tian@intel.com
  Cc: wangyuli@uniontech.com, linux-kernel@vger.kernel.org,
	kvm@vger.kernel.org

Thanks Morduan for fixing this!

Reviewed-by: Ankit Agrawal <ankita@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio/nvgrace-gpu: fix grammatical error
  2025-08-14 11:03 [PATCH] vfio/nvgrace-gpu: fix grammatical error Morduan Zang
  2025-08-14 12:20 ` Ankit Agrawal
@ 2025-08-27 18:55 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Williamson @ 2025-08-27 18:55 UTC (permalink / raw)
  To: Morduan Zang
  Cc: ankita, jgg, yishaih, shameerali.kolothum.thodi, kevin.tian,
	wangyuli, linux-kernel, kvm

On Thu, 14 Aug 2025 19:03:58 +0800
Morduan Zang <zhangdandan@uniontech.com> wrote:

> 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>
> ---
>  drivers/vfio/pci/nvgrace-gpu/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/vfio/pci/nvgrace-gpu/main.c b/drivers/vfio/pci/nvgrace-gpu/main.c
> index d95761dcdd58..0adaa6150252 100644
> --- a/drivers/vfio/pci/nvgrace-gpu/main.c
> +++ b/drivers/vfio/pci/nvgrace-gpu/main.c
> @@ -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;

Applied to vfio next branch for v6.18.  Thanks,

Alex


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-27 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 11:03 [PATCH] vfio/nvgrace-gpu: fix grammatical error Morduan Zang
2025-08-14 12:20 ` Ankit Agrawal
2025-08-27 18:55 ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).