[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210126084010.1941-1-ayowoe@163.com>
Date: Tue, 26 Jan 2021 16:40:10 +0800
From: mateng <ayowoe@....com>
To: arnd@...db.de, gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, mateng <mateng@...ong.com>
Subject: [PATCH] misc/vmw_vmci: fix typo
From: mateng <mateng@...ong.com>
change 'addres' to 'address'
Signed-off-by: mateng <mateng@...ong.com>
---
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
Powered by blists - more mailing lists