summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuoMinJ <newexplorerj@gmail.com>2020-03-05 13:47:14 +0800
committerLiming Gao <liming.gao@intel.com>2020-03-27 09:47:22 +0800
commitd4a752ea611b10b94a50a6de322d489f1c51efd2 (patch)
tree17ffa180584541fd54adce29fa44cab8ab83cc54
parent6beb1692b09b69c02811ee195e7a785d23141b57 (diff)
IntelSiliconPkg/ConfigBlockLib: Add periods in comments
https://bugzilla.tianocore.org/show_bug.cgi?id=2518 ECC need '.' character at the end of line. Cc: Ray Ni <ray.ni@intel.com> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> Signed-off-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
-rw-r--r--Silicon/Intel/IntelSiliconPkg/Include/Library/ConfigBlockLib.h6
-rw-r--r--Silicon/Intel/IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.c6
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 99b8ae4b..37a39681 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 33e0c81e..c89699ea 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 <Library/DebugLib.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
@@ -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