lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250827125513.715e7c81.alex.williamson@redhat.com>
Date: Wed, 27 Aug 2025 12:55:13 -0600
From: Alex Williamson <alex.williamson@...hat.com>
To: Morduan Zang <zhangdandan@...ontech.com>
Cc: ankita@...dia.com, jgg@...pe.ca, yishaih@...dia.com,
 shameerali.kolothum.thodi@...wei.com, kevin.tian@...el.com,
 wangyuli@...ontech.com, linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: Re: [PATCH] vfio/nvgrace-gpu: fix grammatical error

On Thu, 14 Aug 2025 19:03:58 +0800
Morduan Zang <zhangdandan@...ontech.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@...ontech.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ