projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4877846
)
vdpa: fix typos in the comments for __vdpa_alloc_device()
author
Jason Wang
<jasowang@redhat.com>
Wed, 27 May 2020 06:05:28 +0000
(14:05 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 22 Jun 2020 16:34:21 +0000
(12:34 -0400)
Fix two typos in the comments for __vdpa_alloc_device().
Signed-off-by: Jason Wang <jasowang@redhat.com>
Link:
https://lore.kernel.org/r/20200527060528.9100-1-jasowang@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/vdpa.c
patch
|
blob
|
history
diff --git
a/drivers/vdpa/vdpa.c
b/drivers/vdpa/vdpa.c
index
ff6562f
..
de211ef
100644
(file)
--- a/
drivers/vdpa/vdpa.c
+++ b/
drivers/vdpa/vdpa.c
@@
-63,7
+63,7
@@
static void vdpa_release_dev(struct device *d)
* @config: the bus operations that is supported by this device
* @size: size of the parent structure that contains private data
*
- * Dr
vier should use vdap
_alloc_device() wrapper macro instead of
+ * Dr
iver should use vdpa
_alloc_device() wrapper macro instead of
* using this directly.
*
* Returns an error when parent/config/dma_dev is not set or fail to get