]> git.proxmox.com Git - mirror_qemu.git/commitdiff
blockjobs: fix documentation
authorJohn Snow <jsnow@redhat.com>
Thu, 27 Oct 2016 16:07:01 +0000 (12:07 -0400)
committerJeff Cody <jcody@redhat.com>
Tue, 1 Nov 2016 12:04:56 +0000 (08:04 -0400)
(Trivial)

Fix wrong function names in documentation.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-id: 1477584421-1399-8-git-send-email-jsnow@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
include/block/blockjob_int.h

index 2b1e85995399f039395a7ade56d7df219fccf3a3..40275e44374691969629013d247107f01c927147 100644 (file)
@@ -198,8 +198,8 @@ void coroutine_fn block_job_pause_point(BlockJob *job);
 void block_job_enter(BlockJob *job);
 
 /**
- * block_job_ready:
- * @job: The job which is now ready to complete.
+ * block_job_event_ready:
+ * @job: The job which is now ready to be completed.
  *
  * Send a BLOCK_JOB_READY event for the specified job.
  */