[PATCH] misc/vmw_vmci: fix typo

From: mateng
Date: Tue Jan 26 2021 - 12:58:45 EST


From: mateng <mateng@xxxxxxxxxx>

change 'addres' to 'address'

Signed-off-by: mateng <mateng@xxxxxxxxxx>
---
drivers/misc/vmw_vmci/vmci_queue_pair.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.h b/drivers/misc/vmw_vmci/vmci_queue_pair.h
index 00017fc..c4e6e92 100644
--- a/drivers/misc/vmw_vmci/vmci_queue_pair.h
+++ b/drivers/misc/vmw_vmci/vmci_queue_pair.h
@@ -104,7 +104,7 @@ struct vmci_qp_dtch_info {
struct vmci_qp_page_store {
/* Reference to pages backing the queue pair. */
u64 pages;
- /* Length of pageList/virtual addres range (in pages). */
+ /* Length of pageList/virtual address range (in pages). */
u32 len;
};

--
1.9.1