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>
This commit is contained in:
parent
f50d2dcd1a
commit
cdc9302395
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue