Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

mateng and committed by
Greg Kroah-Hartman
fc716ffb 91ca10d6

+1 -1
+1 -1
drivers/misc/vmw_vmci/vmci_queue_pair.h
··· 104 104 struct vmci_qp_page_store { 105 105 /* Reference to pages backing the queue pair. */ 106 106 u64 pages; 107 - /* Length of pageList/virtual addres range (in pages). */ 107 + /* Length of pageList/virtual address range (in pages). */ 108 108 u32 len; 109 109 }; 110 110