kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfio: pci: Spello fix in the file vfio_pci.c
@ 2021-03-14  5:29 Bhaskar Chowdhury
  2021-03-14  6:09 ` Randy Dunlap
  2021-04-06 19:37 ` Alex Williamson
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-14  5:29 UTC (permalink / raw)
  To: alex.williamson, cohuck, kevin.tian, akpm, peterx,
	giovanni.cabiddu, walken, jannh, kvm, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/permision/permission/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-06 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14  5:29 [PATCH] vfio: pci: Spello fix in the file vfio_pci.c Bhaskar Chowdhury
2021-03-14  6:09 ` Randy Dunlap
2021-04-06 19:37 ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).