summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAbhishikth J <abhishikthj7@gmail.com>2026-05-05 00:11:44 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-23 13:47:33 +0200
commit4c4c83e9ee74ce172bd33ed7d98191803ef453cb (patch)
tree3079baf63fad379bec802f0f67c372a72fb8d503 /drivers
parent048a96b73ffb499130ccd5fffd1a9c05e08a3d5f (diff)
drivers: misc: vmw_vmci: fix typo in comment
Correct spelling of "Intializes" to "Initializes" in comment. Signed-off-by: Abhishikth J <abhishikthj7@gmail.com> Link: https://patch.msgid.link/20260504184144.33665-1-abhishikthj7@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/vmw_vmci/vmci_queue_pair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.c b/drivers/misc/vmw_vmci/vmci_queue_pair.c
index b777bc3fdde2..46bba9bef553 100644
--- a/drivers/misc/vmw_vmci/vmci_queue_pair.c
+++ b/drivers/misc/vmw_vmci/vmci_queue_pair.c
@@ -420,7 +420,7 @@ static int qp_memcpy_from_queue_iter(struct iov_iter *to,
/*
* Allocates two list of PPNs --- one for the pages in the produce queue,
- * and the other for the pages in the consume queue. Intializes the list
+ * and the other for the pages in the consume queue. Initializes the list
* of PPNs with the page frame numbers of the KVA for the two queues (and
* the queue headers).
*/