[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210406133724.38692cf3@omen>
Date: Tue, 6 Apr 2021 13:37:24 -0600
From: Alex Williamson <alex.williamson@...hat.com>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
Cc: cohuck@...hat.com, kevin.tian@...el.com, akpm@...ux-foundation.org,
peterx@...hat.com, giovanni.cabiddu@...el.com, walken@...gle.com,
jannh@...gle.com, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org, rdunlap@...radead.org
Subject: Re: [PATCH] vfio: pci: Spello fix in the file vfio_pci.c
On Sun, 14 Mar 2021 10:59:25 +0530
Bhaskar Chowdhury <unixbhaskar@...il.com> wrote:
> s/permision/permission/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
> drivers/vfio/pci/vfio_pci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c
> index 706de3ef94bb..62f137692a4f 100644
> --- a/drivers/vfio/pci/vfio_pci.c
> +++ b/drivers/vfio/pci/vfio_pci.c
> @@ -2411,7 +2411,7 @@ static int __init vfio_pci_init(void)
> {
> int ret;
>
> - /* Allocate shared config space permision data used by all devices */
> + /* Allocate shared config space permission data used by all devices */
> ret = vfio_pci_init_perm_bits();
> if (ret)
> return ret;
> --
> 2.26.2
>
Applied to vfio next branch for v5.13. Thanks,
Alex
Powered by blists - more mailing lists