From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzGBq-0005bV-UJ for qemu-devel@nongnu.org; Wed, 26 Oct 2016 00:51:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzGBq-0004xE-7l for qemu-devel@nongnu.org; Wed, 26 Oct 2016 00:51:50 -0400 Date: Wed, 26 Oct 2016 00:51:44 -0400 From: Jeff Cody Message-ID: <20161026045144.GG2677@localhost.localdomain> References: <1476399422-8028-1-git-send-email-jsnow@redhat.com> <1476399422-8028-8-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476399422-8028-8-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH 7/7] blockjobs: fix documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, kwolf@redhat.com, xiecl.fnst@cn.fujitsu.com, wency@cn.fujitsu.com, qemu-devel@nongnu.org, pbonzini@redhat.com On Thu, Oct 13, 2016 at 06:57:02PM -0400, John Snow wrote: > (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 > Reviewed-by: Jeff Cody