diff options
author | mateng <mateng@yulong.com> | 2021-01-26 11:40:10 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-26 21:18:01 +0300 |
commit | fc716ffb9afe789dcf8a5d792e3980f817e0ad1b (patch) | |
tree | bc82ede20a17de6dbf4eca680f8ea1893a24a605 /drivers | |
parent | 91ca10d6fa0720e35596c720e494d9c18624418a (diff) | |
download | linux-fc716ffb9afe789dcf8a5d792e3980f817e0ad1b.tar.xz |
misc/vmw_vmci: fix typo
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/vmw_vmci/vmci_queue_pair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.h b/drivers/misc/vmw_vmci/vmci_queue_pair.h index 00017fc29a52..c4e6e924d9be 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; }; |