From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buowA-00052R-Eh for qemu-devel@nongnu.org; Thu, 13 Oct 2016 18:57:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buow9-0005vL-NM for qemu-devel@nongnu.org; Thu, 13 Oct 2016 18:57:18 -0400 From: John Snow Date: Thu, 13 Oct 2016 18:57:02 -0400 Message-Id: <1476399422-8028-8-git-send-email-jsnow@redhat.com> In-Reply-To: <1476399422-8028-1-git-send-email-jsnow@redhat.com> References: <1476399422-8028-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 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, jcody@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com, John Snow (Trivial) Fix wrong function names in documentation. Signed-off-by: John Snow --- 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