From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com []) by mx.groups.io with SMTP id smtpd.web10.4301.1623827754949269440 for ; Wed, 16 Jun 2021 00:15:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ray.ni@intel.com) IronPort-SDR: tkgmxzfeLoiuAkGFui2lpmruAcn40o2I4zd1a8GrGTCfGwHXgX6a44nCF48XnhnlBhNu9GHnCF JUnGk18yEspg== X-IronPort-AV: E=McAfee;i="6200,9189,10016"; a="203106677" X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="203106677" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2021 00:15:54 -0700 IronPort-SDR: AEXpht/ks3/1ZtQsn3pLqlYu4AFptNZdHVjKbYYgm61P86FrUOTDnRQsuPkYRJ/2y6eldWzU5N ezjmfB9yfUYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="404475455" Received: from ray-dev.ccr.corp.intel.com ([10.239.158.87]) by orsmga003.jf.intel.com with ESMTP; 16 Jun 2021 00:15:53 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Cc: Hao A Wu Subject: [PATCH 2/2] Maintainers.txt: Add reviewers for ACPI and SMBIOS modules Date: Wed, 16 Jun 2021 15:15:24 +0800 Message-Id: <20210616071524.1962-3-ray.ni@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20210616071524.1962-1-ray.ni@intel.com> References: <20210616071524.1962-1-ray.ni@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Per discussion with MdeModulePkg package maintainer, add Zhiguang as one of the reviewers for ACPI and SMBIOS modules. Signed-off-by: Ray Ni Cc: Hao A Wu --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 264b47edd9..2622cd51a3 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -235,6 +235,7 @@ R: Ray Ni MdeModulePkg: ACPI modules=0D F: MdeModulePkg/Include/*Acpi*.h=0D F: MdeModulePkg/Universal/Acpi/=0D +R: Zhiguang Liu =0D R: Dandan Bi =0D R: Liming Gao =0D =0D @@ -388,6 +389,7 @@ R: Zhichao Gao =0D MdeModulePkg: SMBIOS modules=0D F: MdeModulePkg/Universal/Smbios*/=0D +R: Zhiguang Liu =0D R: Dandan Bi =0D R: Star Zeng =0D R: Zhichao Gao =0D --=20 2.31.1.windows.1