summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkiyoshi Kurita <weibu@redadmin.org>2025-09-11 15:59:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-22 08:54:15 +0300
commitcdc93023954b8c2c8f228f501d82342cfad53354 (patch)
treeaba04daab049bf0ffd9eba9f7c20334bfdb0691c
parentf50d2dcd1a2a0a8c959f9d6fd1dafa78954086f4 (diff)
downloadlinux-cdc93023954b8c2c8f228f501d82342cfad53354.tar.xz
vmw_vmci: fix typo in comment
Correct a spelling mistake in vmci_context.h ("receive" was spelled incorrectly). No functional change. Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org> Link: https://patch.msgid.link/20250911125939.587139-1-weibu@redadmin.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/misc/vmw_vmci/vmci_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/vmw_vmci/vmci_context.h b/drivers/misc/vmw_vmci/vmci_context.h
index 980fdece0f7d..083effa08102 100644
--- a/drivers/misc/vmw_vmci/vmci_context.h
+++ b/drivers/misc/vmw_vmci/vmci_context.h
@@ -98,7 +98,7 @@ struct vmci_ctx_chkpt_buf_info {
};
/*
- * VMCINotificationReceiveInfo: Used to recieve pending notifications
+ * VMCINotificationReceiveInfo: Used to receive pending notifications
* for doorbells and queue pairs.
*/
struct vmci_ctx_notify_recv_info {