Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Akiyoshi Kurita and committed by
Greg Kroah-Hartman
cdc93023 f50d2dcd

+1 -1
+1 -1
drivers/misc/vmw_vmci/vmci_context.h
··· 98 98 }; 99 99 100 100 /* 101 - * VMCINotificationReceiveInfo: Used to recieve pending notifications 101 + * VMCINotificationReceiveInfo: Used to receive pending notifications 102 102 * for doorbells and queue pairs. 103 103 */ 104 104 struct vmci_ctx_notify_recv_info {