Skip to content

Commit fc716ff

Browse files
matenggregkh
authored andcommitted
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>
1 parent 91ca10d commit fc716ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/vmw_vmci/vmci_queue_pair.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct vmci_qp_dtch_info {
104104
struct vmci_qp_page_store {
105105
/* Reference to pages backing the queue pair. */
106106
u64 pages;
107-
/* Length of pageList/virtual addres range (in pages). */
107+
/* Length of pageList/virtual address range (in pages). */
108108
u32 len;
109109
};
110110

0 commit comments

Comments
 (0)