From nobody Tue May 7 18:07:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+54517+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+54517+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1581828343040499.5514563983876; Sat, 15 Feb 2020 20:45:43 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id ybbyYY1788612xJOsWwd68Gf; Sat, 15 Feb 2020 20:45:42 -0800 X-Received: from mail-pj1-f65.google.com (mail-pj1-f65.google.com [209.85.216.65]) by mx.groups.io with SMTP id smtpd.web10.8682.1581828341652392397 for ; Sat, 15 Feb 2020 20:45:41 -0800 X-Received: by mail-pj1-f65.google.com with SMTP id dw13so5713273pjb.4 for ; Sat, 15 Feb 2020 20:45:41 -0800 (PST) X-Gm-Message-State: LdIfB0e1Feol1EJ82rFtyJ3zx1787277AA= X-Google-Smtp-Source: APXvYqwqEvTWoypOJmG1a034lzCbjZmirap0RifDQJBppF9E3DfJE3oMIxBTgz1kVbkzBmrnBk3eTA== X-Received: by 2002:a17:90a:7187:: with SMTP id i7mr12236993pjk.6.1581828340620; Sat, 15 Feb 2020 20:45:40 -0800 (PST) X-Received: from localhost.localdomain ([223.104.146.109]) by smtp.gmail.com with ESMTPSA id u126sm11925835pfu.182.2020.02.15.20.45.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 15 Feb 2020 20:45:39 -0800 (PST) From: "GuoMinJ" To: devel@edk2.groups.io Cc: GuoMinJ Subject: [edk2-devel] [PATCH] IntelSiliconPkg: Issue reported by ECC in edk2-platforms. Date: Sun, 16 Feb 2020 12:42:59 +0800 Message-Id: <77612c8b6fcf7c752e0fac21d114e6ab9e7ebeb6.1581828141.git.newexplorerj@gmail.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,newexplorerj@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1581828342; bh=IGSCK2X6T4E08dwxiy3+W0y9R2Qh7/N0+qxZcUSF2Is=; h=Cc:Date:From:Reply-To:Subject:To; b=tW7UZvIKHWfw4i2nwESjqp280R6MpAYWQqnXdDeuTcK9nj953Bnbu0k0UOBGwHv9iD2 09gHTgzzD4HcYwTvZ860rvX6XhjV0MK6DDFCFQCBjn0BjY06W48iLfd8/8ZEEVftAvb2A B3uPKCTsevgQE7Tzv8NiHPZDsMyoRXTT4Ig= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" https://bugzilla.tianocore.org/show_bug.cgi?id=3D2518 ECC need '.' character at the end of line. Signed-off-by: GuoMinJ --- .../Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h | 6 +++--- .../Library/BaseConfigBlockLib/BaseConfigBlockLib.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Silicon/Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h= b/Silicon/Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h index 99b8ae4b5a..37a3968168 100644 --- a/Silicon/Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h +++ b/Silicon/Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h @@ -10,7 +10,7 @@ #define _CONFIG_BLOCK_LIB_H_ =20 /** - Create config block table + Create config block table. =20 @param[in] TotalSize - Max size to be allocated f= or the Config Block Table @param[out] ConfigBlockTableAddress - On return, points to a poi= nter to the beginning of Config Block Table Address @@ -27,7 +27,7 @@ CreateConfigBlockTable ( ); =20 /** - Add config block into config block table structure + Add config block into config block table structure. =20 @param[in] ConfigBlockTableAddress - A pointer to the beginning= of Config Block Table Address @param[out] ConfigBlockAddress - On return, points to a poi= nter to the beginning of Config Block Address @@ -44,7 +44,7 @@ AddConfigBlock ( ); =20 /** - Retrieve a specific Config Block data by GUID + Retrieve a specific Config Block data by GUID. =20 @param[in] ConfigBlockTableAddress - A pointer to the beginnin= g of Config Block Table Address @param[in] ConfigBlockGuid - A pointer to the GUID use= s to search specific Config Block diff --git a/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseC= onfigBlockLib.c b/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/= BaseConfigBlockLib.c index 33e0c81e9d..c89699ea46 100644 --- a/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl= ockLib.c +++ b/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl= ockLib.c @@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include =20 /** - Create config block table + Create config block table. =20 @param[in] TotalSize - Max size to be allocated f= or the Config Block Table @param[out] ConfigBlockTableAddress - On return, points to a poi= nter to the beginning of Config Block Table Address @@ -51,7 +51,7 @@ CreateConfigBlockTable ( } =20 /** - Add config block into config block table structure + Add config block into config block table structure. =20 @param[in] ConfigBlockTableAddress - A pointer to the beginning= of Config Block Table Address @param[out] ConfigBlockAddress - On return, points to a poi= nter to the beginning of Config Block Address @@ -94,7 +94,7 @@ AddConfigBlock ( } =20 /** - Retrieve a specific Config Block data by GUID + Retrieve a specific Config Block data by GUID. =20 @param[in] ConfigBlockTableAddress - A pointer to the beginnin= g of Config Block Table Address @param[in] ConfigBlockGuid - A pointer to the GUID use= s to search specific Config Block --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#54517): https://edk2.groups.io/g/devel/message/54517 Mute This Topic: https://groups.io/mt/71318791/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-