qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH] block_int: add missing @ in comment


From: npes87184
Subject: [Qemu-block] [PATCH] block_int: add missing @ in comment
Date: Wed, 1 Aug 2018 20:13:31 +0800

add missing @ in comment

Signed-off-by: npes87184 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]