Cc: Michael Kinney <michael.d.kin...@intel.com>
Cc: Jeff Fan <jeff....@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>
---
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c      | 2 +-
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c | 2 +-
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c 
b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
index 31d73cd..079baa4 100644
--- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
+++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
@@ -41,11 +41,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER 
EXPRESS OR IMPLIED.
 #define SMM_FEATURES_LIB_IA32_MCA_CAP              0x17D
 #define   SMM_CODE_ACCESS_CHK_BIT                  BIT58
 
 /**
   Internal worker function that is called to complete CPU initialization at the
-  end of SmmCpuFeaturesInitializeProcessor()
+  end of SmmCpuFeaturesInitializeProcessor().
 
 **/
 VOID
 FinishSmmCpuFeaturesInitializeProcessor (
   VOID
diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c 
b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c
index e872eec..5276856 100644
--- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c
+++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c
@@ -16,11 +16,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER 
EXPRESS OR IMPLIED.
 #include <PiSmm.h>
 #include <Library/SmmCpuFeaturesLib.h>
 
 /**
   Internal worker function that is called to complete CPU initialization at the
-  end of SmmCpuFeaturesInitializeProcessor()
+  end of SmmCpuFeaturesInitializeProcessor().
 
 **/
 VOID
 FinishSmmCpuFeaturesInitializeProcessor (
   VOID
diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c 
b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c
index 59c49e3..bb123ba 100644
--- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c
+++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c
@@ -188,11 +188,11 @@ SmmCpuFeaturesLibStmConstructor (
   return EFI_SUCCESS;
 }
 
 /**
   Internal worker function that is called to complete CPU initialization at the
-  end of SmmCpuFeaturesInitializeProcessor()
+  end of SmmCpuFeaturesInitializeProcessor().
 
 **/
 VOID
 FinishSmmCpuFeaturesInitializeProcessor (
   VOID
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to