projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6830a6a
)
vringh: fix a typo in comments for vringh_kiov
author
Shunsuke Mie
<mie@igel.co.jp>
Thu, 2 Feb 2023 10:42:48 +0000
(19:42 +0900)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 21 Feb 2023 00:26:59 +0000
(19:26 -0500)
Probably it is a simple copy error from struct vring_iov.
Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Message-Id: <
20230202104248
.
2040652
-1-mie@igel.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/vringh.h
patch
|
blob
|
history
diff --git
a/include/linux/vringh.h
b/include/linux/vringh.h
index 212892cf9822cd1641c0338d710d87952a14e293..1991a02c64313e95cfa36662791740888e7994f1 100644
(file)
--- a/
include/linux/vringh.h
+++ b/
include/linux/vringh.h
@@
-92,7
+92,7
@@
struct vringh_iov {
};
/**
- * struct vringh_iov - kvec mangler.
+ * struct vringh_
k
iov - kvec mangler.
*
* Mangles kvec in place, and restores it.
* Remaining data is iov + i, of used - i elements.