mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
91ca10d6fa
commit
fc716ffb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue