From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=RBFAXsL1; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: newexplorerj@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id o21so1879358pjs.0 for ; Wed, 04 Mar 2020 21:49:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=3UDbVZS3YZmY+XA0meV+wJG9W7MinbUZ/SsSQNaQGCk=; b=RBFAXsL1v/lKbGd1KnOC2LbFJIRonx0hLPfdZnBqlZifqvBN53SrhnX1sTMnxtxoVW lFMtuHWDI4qSC0lmI4eClo5PtCAkpseCQ502sWfSUvcDijtVuT+JrDJbtSXFky/6r7fE qPbqXUug6DcPAfa8ti7RcSrfl4uiiRG6iVIpGz+x3HCmui8qzhJWTpnpipFXc4fl85CF 2ovvF7awpAFCqS2hbJKNlU51SQtEKkaMH+SdBYyjlc/2LeL04PnwRm5//BNmXnCT5hFT NbwnqC6o07ajK25wxJBM7WHuSDfVMAHI4f9vVdiadG1fe2SwPhOk2Vn+88EPy/inHRzN ZBFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3UDbVZS3YZmY+XA0meV+wJG9W7MinbUZ/SsSQNaQGCk=; b=jZGU306vuIbXgS4KGP8l6x7G5Ow4rQ8DK7dAwUb+vDQaC8E43vjeWePtJFi67wuTi1 UHq1FzmS8sazm4tW7s79T4VQBt5BfJjORwiEDMId8kw7HtTxBU8PxRjEXkTLDQAeqF5B LNHGAxW2rOvFl7JQdlDY4ZrmXts7Agtqz1UaKCvVres0NDrZRupIKbMlCgpDc3uZY071 ST3/zMxb3RIIu/t8jp1MFEKAz+HD32Jgg94lgqU3dPKdQKydH74sHx+kCvWh3+cBDzpI sRYAsc4sytcAXc0npnjcXOru4NMRnU7G784c9+jOVFoKrIqhPpcPfhplEEi7963BkZ1q y/iw== X-Gm-Message-State: ANhLgQ0mxSWpanmA2nPck2E8lqJwfX7n6HWO6EsL1DcIzthYma41j4Os 8wHRMDiz3Ymu+Ylex4h7ZiredFbTpRg= 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) Return-Path: 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-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> X-Mailer: git-send-email 2.17.1 https://bugzilla.tianocore.org/show_bug.cgi?id=2518 ECC need '.' character at the end of line. Ray Ni Rangasai V Chaganty 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_ /** - Create config block table + Create config block table. @param[in] TotalSize - Max size to be allocated for the Config Block Table @param[out] ConfigBlockTableAddress - On return, points to a pointer to the beginning of Config Block Table Address @@ -27,7 +27,7 @@ CreateConfigBlockTable ( ); /** - Add config block into config block table structure + Add config block into config block table structure. @param[in] ConfigBlockTableAddress - A pointer to the beginning of Config Block Table Address @param[out] ConfigBlockAddress - On return, points to a pointer to the beginning of Config Block Address @@ -44,7 +44,7 @@ AddConfigBlock ( ); /** - Retrieve a specific Config Block data by GUID + Retrieve a specific Config Block data by GUID. @param[in] ConfigBlockTableAddress - A pointer to the beginning of Config Block Table Address @param[in] ConfigBlockGuid - A pointer to the GUID uses to search specific Config Block diff --git a/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.c b/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.c index 33e0c81e9d..c89699ea46 100644 --- a/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.c +++ b/Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.c @@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include /** - Create config block table + Create config block table. @param[in] TotalSize - Max size to be allocated for the Config Block Table @param[out] ConfigBlockTableAddress - On return, points to a pointer to the beginning of Config Block Table Address @@ -51,7 +51,7 @@ CreateConfigBlockTable ( } /** - Add config block into config block table structure + Add config block into config block table structure. @param[in] ConfigBlockTableAddress - A pointer to the beginning of Config Block Table Address @param[out] ConfigBlockAddress - On return, points to a pointer to the beginning of Config Block Address @@ -94,7 +94,7 @@ AddConfigBlock ( } /** - Retrieve a specific Config Block data by GUID + Retrieve a specific Config Block data by GUID. @param[in] ConfigBlockTableAddress - A pointer to the beginning of Config Block Table Address @param[in] ConfigBlockGuid - A pointer to the GUID uses to search specific Config Block -- 2.17.1