From nobody Wed Apr 24 21:37:30 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1578502685; cv=none; d=zohomail.com; s=zohoarc; b=OujrkyfL/0YZrWM/a8G/vRPi+3TWz9JN+WohHs8rN9R01CreBprmMc8I0biL16zgipIMOri17zndtETLXVqtPd51iBRhY/tv47SoafDzsWGPm9WVyfWLEz5vohvBdfWt0+VaBlT/Pi/KTclIMekdCUIF5yNLXKVjdpk+xvMUMQ0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1578502685; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=uzDIjewMqbHU2a/9Df+ptUsRBvCyoa+aCE/Sjlr5eDI=; b=ZfcO53irQTnefxCkiwBn5T6A10FHQxP4K+n8PzJ4j+Qbyv4HVdlNJoYQFzVqDDD1zzMbzfDkbBNvqwimOKI2FeEVrfXRaydLRiO6qn6egL48lOCJiKs+sfaL6XMk8LEWK2nS+6OLLA9S1jiV/xX+I95Z2kN3uca+g6jFlNuGPTE= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1578502685172986.625348964123; Wed, 8 Jan 2020 08:58:05 -0800 (PST) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ipEe8-0006nE-RU; Wed, 08 Jan 2020 16:57:28 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ipEe8-0006n9-7D for xen-devel@lists.xenproject.org; Wed, 08 Jan 2020 16:57:28 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id ee64f660-3237-11ea-a38f-bc764e2007e4; Wed, 08 Jan 2020 16:57:19 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E41A5AD37; Wed, 8 Jan 2020 16:57:18 +0000 (UTC) X-Inumbo-ID: ee64f660-3237-11ea-a38f-bc764e2007e4 X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Date: Wed, 8 Jan 2020 17:57:16 +0100 Message-Id: <20200108165716.9677-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 Subject: [Xen-devel] [PATCH] MAINTAINERS: fix malformed entry X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , Stefano Stabellini , Julien Grall , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Jan Beulich MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" MAINTAINERS entries tagged with "L:" should have a pure mail address as the second word. Fix a malformed entry. Otherwise add_maintainers.pl will produce an empty "Cc:" line. Signed-off-by: Juergen Gross Acked-by: Jan Beulich --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index eaea4620e2..a42fef6ab9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,7 +173,7 @@ ARINC653 SCHEDULER M: Josh Whitehead M: Stewart Hildebrand S: Supported -L: DornerWorks Xen-Devel +L: xen-devel@dornerworks.com F: xen/common/sched_arinc653.c F: tools/libxc/xc_arinc653.c =20 --=20 2.16.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel