From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 3026C2117B555 for ; Sun, 10 Jun 2018 19:03:13 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2018 19:03:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,499,1520924400"; d="scan'208";a="46745044" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 10 Jun 2018 19:03:13 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 19:03:13 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 19:03:13 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.87]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Mon, 11 Jun 2018 10:03:10 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Alexei.Fedorov@arm.com" , Sami Mujawar , Evan Lloyd , "Carsey, Jaben" Thread-Topic: [patch V2 0/2] ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues Thread-Index: AQHT/ZTzKdtdCipmREuF30jbUK33SKRaVTSw Date: Mon, 11 Jun 2018 02:03:10 +0000 Deferred-Delivery: Mon, 11 Jun 2018 02:03:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BD2DC99@SHSMSX104.ccr.corp.intel.com> References: <20180606124952.77236-1-dandan.bi@intel.com> In-Reply-To: <20180606124952.77236-1-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch V2 0/2] ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 02:03:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Wednesday, June 6, 2018 8:50 PM > To: edk2-devel@lists.01.org > Cc: Alexei.Fedorov@arm.com; Sami Mujawar ; > Evan Lloyd ; Carsey, Jaben > ; Ni, Ruiyu > Subject: [patch V2 0/2] ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC > issues >=20 > ECC tool report some coding style issue in UefiShellAcpiViewCommandLib. > This patch series is to clean these issues. >=20 > V2: Remove the updates of guard macros in header files in patch 2. >=20 > Cc: Sami Mujawar > Cc: Evan Lloyd > Cc: Jaben Carsey > Cc: Ruiyu Ni >=20 > Dandan Bi (2): > ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues > ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues >=20 > .../UefiShellAcpiViewCommandLib/AcpiParser.c | 174 +++++++++------= - > .../UefiShellAcpiViewCommandLib/AcpiParser.h | 223 ++++++++++++---= - > ----- > .../UefiShellAcpiViewCommandLib/AcpiTableParser.c | 77 +++---- > .../UefiShellAcpiViewCommandLib/AcpiTableParser.h | 39 ++-- > .../Library/UefiShellAcpiViewCommandLib/AcpiView.c | 113 +++++++---- > .../Library/UefiShellAcpiViewCommandLib/AcpiView.h | 69 ++++--- > .../Parsers/Bgrt/BgrtParser.c | 12 +- > .../Parsers/Dbg2/Dbg2Parser.c | 34 ++-- > .../Parsers/Dsdt/DsdtParser.c | 7 +- > .../Parsers/Fadt/FadtParser.c | 68 +++++-- > .../Parsers/Gtdt/GtdtParser.c | 57 ++++-- > .../Parsers/Iort/IortParser.c | 159 ++++++++------- > .../Parsers/Madt/MadtParser.c | 67 ++++--- > .../Parsers/Mcfg/McfgParser.c | 18 +- > .../Parsers/Rsdp/RsdpParser.c | 42 ++-- > .../Parsers/Slit/SlitParser.c | 61 +++--- > .../Parsers/Spcr/SpcrParser.c | 42 ++-- > .../Parsers/Srat/SratParser.c | 82 +++++--- > .../Parsers/Ssdt/SsdtParser.c | 7 +- > .../Parsers/Xsdt/XsdtParser.c | 11 +- > .../UefiShellAcpiViewCommandLib.c | 18 +- > .../UefiShellAcpiViewCommandLib.h | 4 +- > .../UefiShellAcpiViewCommandLib.inf | 3 + > 23 files changed, 823 insertions(+), 564 deletions(-) >=20 > -- > 2.14.3.windows.1