qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block: Typo fix in copy_on_readv()
@ 2017-09-28 19:13 Eric Blake
  2017-09-29  8:34 ` Kevin Wolf
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2017-09-28 19:13 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Stefan Hajnoczi, Fam Zheng, Kevin Wolf, Max Reitz,
	open list:Block I/O path

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 block/io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/io.c b/block/io.c
index c02c4c9c20..38c55d1c8a 100644
--- a/block/io.c
+++ b/block/io.c
@@ -953,7 +953,7 @@ static int coroutine_fn bdrv_co_do_copy_on_readv(BdrvChild *child,
     /* FIXME We cannot require callers to have write permissions when all they
      * are doing is a read request. If we did things right, write permissions
      * would be obtained anyway, but internally by the copy-on-read code. As
-     * long as it is implemented here rather than in a separat filter driver,
+     * long as it is implemented here rather than in a separate filter driver,
      * the copy-on-read code doesn't have its own BdrvChild, however, for which
      * it could request permissions. Therefore we have to bypass the permission
      * system for the moment. */
-- 
2.13.5

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

* Re: [Qemu-devel] [PATCH] block: Typo fix in copy_on_readv()
  2017-09-28 19:13 [Qemu-devel] [PATCH] block: Typo fix in copy_on_readv() Eric Blake
@ 2017-09-29  8:34 ` Kevin Wolf
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2017-09-29  8:34 UTC (permalink / raw)
  To: Eric Blake
  Cc: qemu-devel, qemu-trivial, Stefan Hajnoczi, Fam Zheng, Max Reitz,
	open list:Block I/O path

Am 28.09.2017 um 21:13 hat Eric Blake geschrieben:
> Signed-off-by: Eric Blake <eblake@redhat.com>

Thanks, applied to the block branch.

Kevin

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

end of thread, other threads:[~2017-09-29  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-28 19:13 [Qemu-devel] [PATCH] block: Typo fix in copy_on_readv() Eric Blake
2017-09-29  8:34 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).