All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Change 'addres' to 'address'.
@ 2021-01-26  4:53 mateng
  2021-01-26  7:09 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: mateng @ 2021-01-26  4:53 UTC (permalink / raw)
  To: arnd, gregkh; +Cc: linux-kernel, mateng

From: mateng <mateng@yulong.com>

Signed-off-by: mateng <mateng@yulong.com>
---
 drivers/misc/vmw_vmci/vmci_queue_pair.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.h b/drivers/misc/vmw_vmci/vmci_queue_pair.h
index 00017fc..c4e6e92 100644
--- 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 address range (in pages). */
 	u32 len;
 };
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-26 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-26  4:53 [PATCH] Change 'addres' to 'address' mateng
2021-01-26  7:09 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.