From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 16D7E21C8F618 for ; Sun, 18 Jun 2017 21:50:23 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2017 21:51:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,359,1493708400"; d="scan'208";a="982447026" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 18 Jun 2017 21:51:44 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 21:51:43 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 21:51:43 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Mon, 19 Jun 2017 12:51:40 +0800 From: "Zeng, Star" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH v2 0/8] Update function comments according to UEFI2.7 spec Thread-Index: AQHS6LcpjSCuwWNU+E+5nlgCiM6DeKIrneCg Date: Mon, 19 Jun 2017 04:51:39 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B8E8F58@shsmsx102.ccr.corp.intel.com> References: <1497847586-18144-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1497847586-18144-1-git-send-email-dandan.bi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/8] Update function comments according to UEFI2.7 spec X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 04:50:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng to this patch series. -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Dand= an Bi Sent: Monday, June 19, 2017 12:46 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH v2 0/8] Update function comments according to UEFI2.= 7 spec v2: Add some missing changes in previous pacth 3 and patch 8. This patch serial is to update fucntion comments accoding to new UEFI spec. Dandan Bi (8): MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec IntelFrameworkModulePkg: Update comments in SimpleTextInEx MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7 MdePkg/HiiImageDecoder.h: Remove the unnecessary comments MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7 MdePkg: update comments in ResetSystem() according to UEFI2.7 MdePkg: Clean ACPI 2.0 characters in UEFI spec MdeModulePkg: Clean ACPI 2.0 characters in UEFI spec .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 10 ++++++--- .../Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h | 10 ++++++--- .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c | 15 +++++++------ .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.h | 16 ++++++++------ MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 9 +++++--- MdeModul= ePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h | 9 +++++--- MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c | 6 +++--- MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h | 6 +++--- .../Bus/Pci/PciHostBridgeDxe/PciRootBridge.h | 6 +++--- .../Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c | 15 ++++++------- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 12 +++++++---- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h | 12 +++++++---- .../Universal/Console/ConSplitterDxe/ConSplitter.c | 11 ++++++---- .../Un= iversal/Console/ConSplitterDxe/ConSplitter.h | 11 ++++++---- .../Universal/Console/TerminalDxe/Terminal.h | 7 ++++-- .../Universal/Console/TerminalDxe/TerminalConIn.c | 11 ++++++---- MdePkg/Include/Library/UefiRuntimeLib.h | 7 +++--- MdePkg/Include/Protocol/HiiImageDecoder.h | 9 -------- MdePkg/Include/Protocol/PciIo.h | 25 +++++++++++-------= ---- MdePkg/Include/Protocol/PciRootBridgeIo.h | 18 ++++++++-------- MdePkg/Include/Protocol/SimpleTextInEx.h | 17 ++++++++------- MdePkg/Include/Uefi/UefiSpec.h | 24 +++++++++++++++---= --- 22 files changed, 153 insertions(+), 113 deletions(-) -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel