From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, URIBL_SBL,URIBL_SBL_A autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9114C433FF for ; Tue, 30 Jul 2019 09:39:23 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 86C7720679 for ; Tue, 30 Jul 2019 09:39:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86C7720679 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACD691C042; Tue, 30 Jul 2019 11:39:21 +0200 (CEST) Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 4CF211C012 for ; Tue, 30 Jul 2019 11:39:20 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id v129so43016245vsb.11 for ; Tue, 30 Jul 2019 02:39:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pM5LpuCQQZ8cb3hUNsfIhjLsBnctJWerwpuL8ZEEhe4=; b=ncXYAiu9xl3ApKwbENzB9Ki+/OJLSlfasNrYPLcosWoBLicfHFnjBVu0GtYm1Cla6l UGKHThPI2GUSIWkMVcgvkvOQRdCbeJfP9a9ViclFSYDrFESF0UDSfiRK4vWSMqH1+2SM tN4v3+3mcGlbEuczbcezZJR8a7x16i9q9sT2LjTdyexbkUnvHYg5rgyZyhEzRKIYwbn4 5GXZEZFhSoKr6AaDr4ZQtBWVFHWZEKa6AMwUq036SbpjTiy9uFDtZ4absKgDrwwXs1q1 cjMHwiCEeweHa0k2sEhAyzfYAHu/Tx/qf11M33R6SkzYWhRhyIzvPVqzZbXSW/yLIlQV at6Q== X-Gm-Message-State: APjAAAVZ0Y0qdP3i+VPS0op2O5GmFROmziQXuQcPktvno7xNcakxXUrV 0ViKKB2apo3+yIR+6/PcwC7XSuQiD/odhvjF3zt3rg== X-Google-Smtp-Source: APXvYqyBKPFbSREhwTcnuWexyjN8pM4uOl2mllfivKj0eeQ3C70VgG07AKiPMsLQCyLWbpduBdiDlVtJb7sGGbNPno0= X-Received: by 2002:a67:e9ca:: with SMTP id q10mr40768772vso.105.1564479557334; Tue, 30 Jul 2019 02:39:17 -0700 (PDT) MIME-Version: 1.0 References: <20190717181007.19958-1-thomas@monjalon.net> In-Reply-To: <20190717181007.19958-1-thomas@monjalon.net> From: David Marchand Date: Tue, 30 Jul 2019 11:39:06 +0200 Message-ID: To: Thomas Monjalon Cc: John McNamara , Marko Kovacevic , dev , "Yigit, Ferruh" , Andrew Rybchenko Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 17, 2019 at 8:10 PM Thomas Monjalon wrote: > > The backup maintainer role is not explicitly used in the file MAINTAINERS. > Listing names in a priority order is preferred and more flexible > than explicit named roles. > > Signed-off-by: Thomas Monjalon > --- > doc/guides/contributing/patches.rst | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst > index f37fb5557..5677f1393 100644 > --- a/doc/guides/contributing/patches.rst > +++ b/doc/guides/contributing/patches.rst > @@ -75,7 +75,6 @@ Trees and maintainers are listed in the ``MAINTAINERS`` file. For example:: > Crypto Drivers > -------------- > M: Some Name > - B: Another Name > T: git://dpdk.org/next/dpdk-next-crypto > > Intel AES-NI GCM PMD > @@ -86,7 +85,6 @@ Trees and maintainers are listed in the ``MAINTAINERS`` file. For example:: > Where: > > * ``M`` is a tree or component maintainer. > -* ``B`` is a tree backup maintainer. > * ``T`` is a repository tree. > * ``F`` is a maintained file or directory. > > -- > 2.21.0 > Reviewed-by: David Marchand -- David Marchand