projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ca10d
)
misc/vmw_vmci: fix typo
author
mateng
<mateng@yulong.com>
Tue, 26 Jan 2021 08:40:10 +0000
(16:40 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 26 Jan 2021 18:18:01 +0000
(19:18 +0100)
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>
drivers/misc/vmw_vmci/vmci_queue_pair.h
patch
|
blob
|
history
diff --git
a/drivers/misc/vmw_vmci/vmci_queue_pair.h
b/drivers/misc/vmw_vmci/vmci_queue_pair.h
index 00017fc29a529a1f0e13e58ce3de4ba045c7490e..c4e6e924d9becd238998c1938cb9b0d8ad0fdb73 100644
(file)
--- a/
drivers/misc/vmw_vmci/vmci_queue_pair.h
+++ b/
drivers/misc/vmw_vmci/vmci_queue_pair.h
@@
-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 addres
s
range (in pages). */
u32 len;
};