From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bznD3-000151-7q for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:07:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bznCz-0000gm-OZ for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:07:17 -0400 From: John Snow Date: Thu, 27 Oct 2016 12:07:01 -0400 Message-Id: <1477584421-1399-8-git-send-email-jsnow@redhat.com> In-Reply-To: <1477584421-1399-1-git-send-email-jsnow@redhat.com> References: <1477584421-1399-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v2 7/7] blockjobs: fix documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, xiecl.fnst@cn.fujitsu.com, wency@cn.fujitsu.com, pbonzini@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, John Snow (Trivial) Fix wrong function names in documentation. Signed-off-by: John Snow Reviewed-by: Kevin Wolf Reviewed-by: Jeff Cody --- include/block/blockjob_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/block/blockjob_int.h b/include/block/blockjob_int.h index 8eced19..10ebb38 100644 --- a/include/block/blockjob_int.h +++ b/include/block/blockjob_int.h @@ -191,8 +191,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. */ -- 2.7.4