Commit cdc93023 authored by Akiyoshi Kurita's avatar Akiyoshi Kurita Committed by Greg Kroah-Hartman
Browse files

vmw_vmci: fix typo in comment



Correct a spelling mistake in vmci_context.h
("receive" was spelled incorrectly).

No functional change.

Signed-off-by: default avatarAkiyoshi Kurita <weibu@redadmin.org>
Link: https://patch.msgid.link/20250911125939.587139-1-weibu@redadmin.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f50d2dcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {