From patchwork Wed Apr 11 12:50:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 1652 Return-Path: Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by open-mesh.org (Postfix) with ESMTPS id BC6546007BE for ; Wed, 11 Apr 2012 14:49:58 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@autistici.org; dkim-adsp=pass Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 4394C985F5; Wed, 11 Apr 2012 12:49:57 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 latitanza.investici.org 4394C985F5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1334148598; bh=m7WM1OJpc7/pVzxRETDHHsuQIXAEWbhmjrS9O81ReaU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=GaFbxOxthmLMVkeOACg5McuEzbMWwQ8B0cT2F0M+LZcgwb0a4peMSWk/5LUl7k98a JBwfvAS1+3W2JVgKuPZjFYuWPToMYJlySAWovLc3aDthTc6VoWiKiWmAJAszeh2Ty/ PfbAGgaZRJ6z7meqWrWZjw7TToigCXviWHiQU+rA= From: Antonio Quartulli To: davem@davemloft.net Date: Wed, 11 Apr 2012 14:50:34 +0200 Message-Id: <1334148649-25443-2-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.7.9.4 In-Reply-To: <1334148649-25443-1-git-send-email-ordex@autistici.org> References: <1334148649-25443-1-git-send-email-ordex@autistici.org> Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] [PATCH 01/16] MAINTAINERS: add additional maintainer for net/batman-adv X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2012 12:49:59 -0000 Add myself as maintainer for net/batman-adv as announced by Marek Linder Signed-off-by: Antonio Quartulli --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f7c39b8..d710c00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1431,6 +1431,7 @@ F: include/linux/backlight.h BATMAN ADVANCED M: Marek Lindner M: Simon Wunderlich +M: Antonio Quartulli L: b.a.t.m.a.n@lists.open-mesh.org W: http://www.open-mesh.org/ S: Maintained