All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block_int: add missing @ in comment
@ 2018-08-01 12:13 npes87184
  0 siblings, 0 replies; only message in thread
From: npes87184 @ 2018-08-01 12:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, mreitz, qemu-block, npes87184

add missing @ in comment

Signed-off-by: npes87184 <npes87184@gmail.com>
---
 include/block/block_int.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/block/block_int.h b/include/block/block_int.h
index 903b9c1034..2ce016ea94 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -221,7 +221,7 @@ struct BlockDriver {
                                                 BdrvRequestFlags read_flags,
                                                 BdrvRequestFlags write_flags);
 
-    /* Map [offset, offset + nbytes) range onto a child of bs to copy data to,
+    /* Map [offset, offset + nbytes) range onto a child of @bs to copy data to,
      * and invoke bdrv_co_copy_range_to(child, src, ...), or perform the copy
      * operation if @bs is the leaf and @src has the same BlockDriver.  Return
      * -ENOTSUP if @bs is the leaf but @src has a different BlockDriver.
-- 
2.17.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-01 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 12:13 [Qemu-devel] [PATCH] block_int: add missing @ in comment npes87184

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.