From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkBfh-0006qR-CG for qemu-devel@nongnu.org; Thu, 17 Jan 2019 12:41:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkBfg-000622-Ky for qemu-devel@nongnu.org; Thu, 17 Jan 2019 12:41:41 -0500 References: <20190117161355.18204-1-philmd@redhat.com> From: Laurent Vivier Message-ID: Date: Thu, 17 Jan 2019 18:41:22 +0100 MIME-Version: 1.0 In-Reply-To: <20190117161355.18204-1-philmd@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Fix utf-8 mangling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Paolo Bonzini , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 17/01/2019 17:13, Philippe Mathieu-Daudé wrote: > Patch incorrectly applied as 15ffb43cbf4. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Paolo can this be a patchew bug? > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index af339b86db..fd3d4de3fa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1639,7 +1639,7 @@ F: include/hw/display/edid.h > F: qemu-edid.c > > Firmware configuration (fw_cfg) > -M: Philippe Mathieu-Daudé > +M: Philippe Mathieu-Daudé > R: Laszlo Ersek > R: Gerd Hoffmann > S: Supported > Applied to my trivial-patches branch. Thanks, Laurent