From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=sVedPzWJ; spf=pass (domain: gmail.com, ip: 209.85.216.65, mailfrom: newexplorerj@gmail.com) Received: by mail-pj1-f65.google.com with SMTP id dw13so5713273pjb.4 for ; Sat, 15 Feb 2020 20:45:41 -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=nHZMjQzO2Qz+46tTMRwr6AXTXOVprH8Wh6zlDUULwp0=; b=sVedPzWJloFN1TNz3JZ/g+mebdrxwFytTxb60vhhXBfJYHOqme87KJKpPbzIEzZwzy 7djVIiXHi4mXQA2lZJoLe7PGg/F3Zcd+UjjIavrTI/nqZBh2ebVTiLZa8JOAiq5IkGnv p6AXxwlL2gMbPS4JOQNsPbpQ2FZjsLc5nJxgboD94WlitObpRjlWp28kUb5aiDJEW8OH w/OeQIy1e0I0fhKVuYSuEI9lHoA6thqQZmSlxMa5r++Ch+++xhKEXo0VgIJNm4bCjNkw DzFBphJuz9Tk+Y6ChlKz2x7rSU8VMrI1VC2A5Dd1kvyPmGDWh8s3uBkIjydrsGj8A+8V 1OjA== 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=nHZMjQzO2Qz+46tTMRwr6AXTXOVprH8Wh6zlDUULwp0=; b=tRpSnRDCOILXF36TaI82mwN7f4ZRu5Uze5coAme7m8CUYB43w7sV4+oWUj+VsyrRor XaNN1KE6rVdui+Ys8CRCANSGRp9GvhNb9dwRyVHdjpDb2mbG0Z4l7VyP9luZisHWUXgb Ug3KzPCb50OIBhMk8+KntHj5lOgEWvWXNq8OqhPFbnl8FYy3ekhAN4fsjK3BbeeUeUk1 X5oIhBXxIXwuP0mLoRy3qEZvkIMcWEfGofaKVb/A4tr0OMsZF4pKrxdds7W9t/Y47qIu BXsFV4HlOP9AADALEGJ9iDqrhFGQXz2QNjG+4WXBDVKek0hWGUNScDkE0LL7Jwgc0PNZ 4dLQ== X-Gm-Message-State: APjAAAUnJvZXbhxPp6wSdgt3v+TJDP/bYEAcOMDrxp/lMqa8TmClEfUx qCdlTHfow/GGb7NL6cTZ88Xkjd7kldc= 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) Return-Path: 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: [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> 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. 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