Commit fc716ffb authored by mateng's avatar mateng Committed by Greg Kroah-Hartman

misc/vmw_vmci: fix typo

change 'addres' to 'address'
Signed-off-by: default avatarmateng <mateng@yulong.com>
Link: https://lore.kernel.org/r/20210126084010.1941-1-ayowoe@163.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 91ca10d6
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment