]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drivers: misc: vmw_vmci: fix typo in comment
authorAbhishikth J <abhishikthj7@gmail.com>
Mon, 4 May 2026 18:41:44 +0000 (00:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 May 2026 11:47:33 +0000 (13:47 +0200)
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>
drivers/misc/vmw_vmci/vmci_queue_pair.c

index b777bc3fdde29a71312e71d2eb892a4dad5422fd..46bba9bef55304e9123129fa9de7d5e0c5e6181a 100644 (file)
@@ -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).
  */