Skip to content

Commit

Permalink
misc/vmw_vmci: fix typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mateng authored and Greg Kroah-Hartman committed Jan 26, 2021
1 parent 91ca10d commit fc716ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/vmw_vmci/vmci_queue_pair.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit fc716ff

Please sign in to comment.