From: John Snow Date: Thu, 27 Oct 2016 16:07:01 +0000 (-0400) Subject: blockjobs: fix documentation X-Git-Tag: qemu-xen-4.9.0-rc1~91^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d8996368106fbf133a6e52561a34f6d0f5080446;p=qemu-xen.git blockjobs: fix documentation (Trivial) Fix wrong function names in documentation. Signed-off-by: John Snow Reviewed-by: Kevin Wolf Reviewed-by: Jeff Cody Message-id: 1477584421-1399-8-git-send-email-jsnow@redhat.com Signed-off-by: Jeff Cody --- diff --git a/include/block/blockjob_int.h b/include/block/blockjob_int.h index 2b1e859953..40275e4437 100644 --- a/include/block/blockjob_int.h +++ b/include/block/blockjob_int.h @@ -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. */