misc/vmw_vmci: fix typo
authormateng <mateng@yulong.com>
Tue, 26 Jan 2021 08:40:10 +0000 (16:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jan 2021 18:18:01 +0000 (19:18 +0100)
change 'addres' to 'address'

Signed-off-by: mateng <mateng@yulong.com>
Link: https://lore.kernel.org/r/20210126084010.1941-1-ayowoe@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_queue_pair.h

index 00017fc..c4e6e92 100644 (file)
@@ -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;
 };