On Sun, 14 Mar 2021 10:59:25 +0530 Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> wrote: > s/permision/permission/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> > --- > 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