All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] block: Fix comment for bdrv_co_get_block_status
@ 2014-11-10  9:10 ` Fam Zheng
  0 siblings, 0 replies; 8+ messages in thread
From: Fam Zheng @ 2014-11-10  9:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, mjt, Markus Armbruster

It returns more information than binary, fix the comment.

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 block.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/block.c b/block.c
index dacd881..42c914e 100644
--- a/block.c
+++ b/block.c
@@ -3903,9 +3903,9 @@ typedef struct BdrvCoGetBlockStatusData {
 } BdrvCoGetBlockStatusData;
 
 /*
- * Returns true iff the specified sector is present in the disk image. Drivers
- * not implementing the functionality are assumed to not support backing files,
- * hence all their sectors are reported as allocated.
+ * Returns the status of the specified sectors. Drivers not implementing the
+ * functionality are assumed to not support backing files, hence all their
+ * sectors are reported as allocated.
  *
  * If 'sector_num' is beyond the end of the disk image the return value is 0
  * and 'pnum' is set to 0.
-- 
1.9.3



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

end of thread, other threads:[~2014-11-11 14:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10  9:10 [Qemu-trivial] [PATCH] block: Fix comment for bdrv_co_get_block_status Fam Zheng
2014-11-10  9:10 ` [Qemu-devel] " Fam Zheng
2014-11-10 10:24 ` [Qemu-trivial] " Max Reitz
2014-11-10 10:24   ` Max Reitz
2014-11-10 11:07   ` [Qemu-trivial] " Markus Armbruster
2014-11-10 11:07     ` Markus Armbruster
2014-11-11 14:33 ` [Qemu-trivial] " Michael Tokarev
2014-11-11 14:33   ` [Qemu-devel] " Michael Tokarev

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.