From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adqn6-00017j-L3 for qemu-devel@nongnu.org; Wed, 09 Mar 2016 21:57:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adqn5-0002oO-VM for qemu-devel@nongnu.org; Wed, 09 Mar 2016 21:57:32 -0500 Date: Thu, 10 Mar 2016 10:57:23 +0800 From: Fam Zheng Message-ID: <20160310025723.GH23632@ad.usersys.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Fix typo, block/stream.h -> block/stream.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, peter.maydell@linaro.org, stefanha@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org On Wed, 03/09 21:54, Jeff Cody wrote: > There is no block/stream.h, the intended filename is block/stream.c > instead. > > Signed-off-by: Jeff Cody > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index dc0aa54..e04e9e9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1008,7 +1008,7 @@ F: blockjob.c > F: include/block/blockjob.h > F: block/backup.c > F: block/commit.c > -F: block/stream.h > +F: block/stream.c > F: block/mirror.c > T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > -- > 1.9.3 > > Reviewed-by: Fam Zheng