From: Thomas Monjalon Date: Wed, 17 Jul 2019 18:10:07 +0000 (+0200) Subject: doc: remove unused maintainer role from guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b6e3d7a61e6b9199428ac5c5891c02c590751998;p=dpdk.git doc: remove unused maintainer role from guide 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 Reviewed-by: David Marchand Acked-by: John McNamara --- diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index f37fb55571..5677f13931 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.