From patchwork Wed Mar 16 17:38:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Cody X-Patchwork-Id: 598573 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qQJd85lzxz9ssM for ; Thu, 17 Mar 2016 04:39:08 +1100 (AEDT) Received: from localhost ([::1]:57845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agFPW-0002SL-Iq for incoming@patchwork.ozlabs.org; Wed, 16 Mar 2016 13:39:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agFPD-0001lg-1X for qemu-devel@nongnu.org; Wed, 16 Mar 2016 13:38:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agFPC-0007bq-9j for qemu-devel@nongnu.org; Wed, 16 Mar 2016 13:38:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agFPA-0007aB-FT; Wed, 16 Mar 2016 13:38:44 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 1CFA9C049D60; Wed, 16 Mar 2016 17:38:44 +0000 (UTC) Received: from localhost (ovpn-112-65.phx2.redhat.com [10.3.112.65]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2GHcgIF012734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA256 bits=256 verify=NO); Wed, 16 Mar 2016 13:38:43 -0400 From: Jeff Cody To: qemu-block@nongnu.org Date: Wed, 16 Mar 2016 13:38:38 -0400 Message-Id: <1458149918-13531-3-git-send-email-jcody@redhat.com> In-Reply-To: <1458149918-13531-1-git-send-email-jcody@redhat.com> References: <1458149918-13531-1-git-send-email-jcody@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: peter.maydell@linaro.org, jcody@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 2/2] MAINTAINERS: Fix typo, block/stream.h -> block/stream.c X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org There is no block/stream.h, the intended filename is block/stream.c instead. Signed-off-by: Jeff Cody Reviewed-by: Fam Zheng Message-id: b9feeac95301c1b0b1c28a485da5e3781370c31a.1457578261.git.jcody@redhat.com --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 87ddace..afbe845 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1016,7 +1016,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