Skip to content
Snippets Groups Projects
Commit fbc9d371 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Alex Williamson
Browse files

vfio: pci: Spello fix in the file vfio_pci.c


s/permision/permission/

Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Message-Id: <20210314052925.3560-1-unixbhaskar@gmail.com>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent e49d033b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment