Re: [PATCH] vfio: pci: Spello fix in the file vfio_pci.c

2021-04-06 Thread Alex Williamson
On Sun, 14 Mar 2021 10:59:25 +0530
Bhaskar Chowdhury  wrote:

> s/permision/permission/
> 
> Signed-off-by: Bhaskar Chowdhury 
> ---
>  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



Re: [PATCH] vfio: pci: Spello fix in the file vfio_pci.c

2021-03-13 Thread Randy Dunlap
On 3/13/21 9:29 PM, Bhaskar Chowdhury wrote:
> 
> s/permision/permission/
> 
> Signed-off-by: Bhaskar Chowdhury 

Acked-by: Randy Dunlap 

> ---
>  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;
> --


-- 
~Randy



[PATCH] vfio: pci: Spello fix in the file vfio_pci.c

2021-03-13 Thread Bhaskar Chowdhury


s/permision/permission/

Signed-off-by: Bhaskar Chowdhury 
---
 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