qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 03/45] block: fix documentation of block_job_canc


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH v2 03/45] block: fix documentation of block_job_cancel_sync
Date: Wed, 26 Sep 2012 17:56:09 +0200

Do this in a separate commit before we move the functions to
blockjob.h.

Signed-off-by: Paolo Bonzini <address@hidden>
---
        v1->v2: split out of the next patch

 block_int.h | 4 ++--
 1 file modificato, 2 inserzioni(+), 2 rimozioni(-)

diff --git a/block_int.h b/block_int.h
index ac4245c..7bb95b7 100644
--- a/block_int.h
+++ b/block_int.h
@@ -425,10 +425,10 @@ void block_job_cancel(BlockJob *job);
 bool block_job_is_cancelled(BlockJob *job);
 
 /**
- * block_job_cancel:
+ * block_job_cancel_sync:
  * @job: The job to be canceled.
  *
- * Asynchronously cancel the job and wait for it to reach a quiescent
+ * Synchronously cancel the job and wait for it to reach a quiescent
  * state.  Note that the completion callback will still be called
  * asynchronously, hence it is *not* valid to call #bdrv_delete
  * immediately after #block_job_cancel_sync.  Users of block jobs
-- 
1.7.12





reply via email to

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