mirror of https://gitee.com/openkylin/linux.git
vfio: pci: Spello fix in the file vfio_pci.c
s/permision/permission/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Message-Id: <20210314052925.3560-1-unixbhaskar@gmail.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
e49d033bdd
commit
fbc9d37161
|
@ -2409,7 +2409,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;
|
||||
|
|
Loading…
Reference in New Issue