[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250911125939.587139-1-weibu@redadmin.org>
Date: Thu, 11 Sep 2025 21:59:39 +0900
From: Akiyoshi Kurita <weibu@...admin.org>
To: bryan-bt.tan@...adcom.com, vishnu.dasa@...adcom.com
Cc: bcm-kernel-feedback-list@...adcom.com, arnd@...db.de,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
Akiyoshi Kurita <weibu@...admin.org>
Subject: [PATCH] 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@...admin.org>
---
drivers/misc/vmw_vmci/vmci_context.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {
--
2.47.3
Powered by blists - more mailing lists