From nobody Mon Apr 29 17:23:43 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+55472+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+55472+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1583387348; cv=none; d=zohomail.com; s=zohoarc; b=bW+96hrJcGaxlWADmKo6YiKvRMJaLUN/J0wqGCDbA7Vow+M5r5uXICPxrOeoTcQAb50fwhUnUhfTRK1RTuGk0Jv1ZPxuG2w+i9XelyUmLgFUl0LbAPOaF6xVEhj8DdiTakR2fen+xi6vtIdjfu/RFmJ10DyV5ZJaon+ITiZwUMY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1583387348; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=4Z5AQ/cJuwKbdN/6mI1wjGGjHa/dRKHodyLXW2ShxBE=; b=CgfCBP5il8KzQqbVfKj7AIfyNwWjbL3YMEYzX6QaRxJx8+7iqx2IHd/9TeL5Nn1xg3E4AUnoeIaaSIWNyAhb+hjdYWyX1k0lZUYGnrEHgqhbE7UqUfcTfER+TC6wXDiyEYAo5xy+CqVw6Lfi77LVgCiy3LY5tYvVliykxeO4ldA= ARC-Authentication-Results: i=1; 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+55472+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1583387348367446.83422077468606; Wed, 4 Mar 2020 21:49:08 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 08I1YY1788612xNipAyPvml6; Wed, 04 Mar 2020 21:49:07 -0800 X-Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web10.8816.1583387346418072835 for ; Wed, 04 Mar 2020 21:49:06 -0800 X-Received: by mail-pj1-f45.google.com with SMTP id o21so1879358pjs.0 for ; Wed, 04 Mar 2020 21:49:06 -0800 (PST) X-Gm-Message-State: BBXHgytPu9bdXGAFt8L1d5FCx1787277AA= X-Google-Smtp-Source: ADFU+vszrmusp8NPqCorFXTTia0yTFTwESvYueMs/Pb9LKnKh4SnWrvM5/hBsiAHBCXzIQODj5z6cQ== X-Received: by 2002:a17:90a:25c5:: with SMTP id k63mr6927228pje.176.1583387345380; Wed, 04 Mar 2020 21:49:05 -0800 (PST) X-Received: from localhost.localdomain ([222.67.15.87]) by smtp.gmail.com with ESMTPSA id d1sm29452209pgj.79.2020.03.04.21.49.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Mar 2020 21:49:04 -0800 (PST) From: "GuoMinJ" To: devel@edk2.groups.io Cc: GuoMinJ Subject: [edk2-devel] [edk2-platform][PATCH v2] IntelSiliconPkg: Add periods in comments Date: Thu, 5 Mar 2020 13:47:14 +0800 Message-Id: <77c905ac53e7ea3cf113a223cb0a47dc6beaef9b.1583387221.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=1583387347; bh=bcU5/Ws1q8li8DjTiDwhhFu97SFQzZtiGdkD7Sm0E1M=; h=Cc:Date:From:Reply-To:Subject:To; b=p0xQdryOGH1W7fjXSPt4ujPGqVL9uu7wcTpANj2RVsJIdxYL6UCA/4f1h/9YrOJ7V0M lfiCS6Z0eCbxMQR5vj4Rb/U8jPZOezD7HuyWtWf2R905TSgaIWlMwASdBOiBk3reqlvPf oRr9ethLkrPugj+hVsDFVp0uiej57BmWPFo= 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. Ray Ni Rangasai V Chaganty Signed-off-by: GuoMinJ Reviewed-By: Shenglei Zhang Reviewed-by: Sai Chaganty --- .../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 (#55472): https://edk2.groups.io/g/devel/message/55472 Mute This Topic: https://groups.io/mt/71743995/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-