[an error occurred while processing this directive]
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250729184123.160500-1-ignacio.pena87@gmail.com>
Date: Tue, 29 Jul 2025 14:41:23 -0400
From: Ignacio Peña <ignacio.pena87@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Ignacio Pena <ignacio.pena87@...il.com>
Subject: [PATCH] drivers/misc/vmw_vmci: Fix typo 'recieve' -> 'receive'
Fix spelling mistake in comment of vmci_context.h.
The typo is in a comment, no functional impact.
This is a trivial fix that improves code readability.
No functional changes.
Signed-off-by: Ignacio Pena <ignacio.pena87@...il.com>
---
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 980fdece0..083effa08 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.50.1
Powered by blists - more mailing lists