Cc: Michael Kinney <michael.d.kin...@intel.com>
Cc: Feng Tian <feng.t...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff....@intel.com>
---
 UefiCpuPkg/Library/MpInitLib/DxeMpLib.c  | 2 +-
 UefiCpuPkg/Library/MpInitLib/Microcode.c | 2 +-
 UefiCpuPkg/Library/MpInitLib/MpLib.h     | 2 +-
 UefiCpuPkg/Library/MpInitLib/PeiMpLib.c  | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c 
b/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
index 383eec9..e459ebc 100644
--- a/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
@@ -189,7 +189,7 @@ CheckApsStatus (
 /**
   Get Protected mode code segment from current GDT table.
 
-  @returen  Protected mode code segment value.
+  @return  Protected mode code segment value.
 **/
 UINT16
 GetProtectedModeCS (
diff --git a/UefiCpuPkg/Library/MpInitLib/Microcode.c 
b/UefiCpuPkg/Library/MpInitLib/Microcode.c
index 5bb0145..982995b 100644
--- a/UefiCpuPkg/Library/MpInitLib/Microcode.c
+++ b/UefiCpuPkg/Library/MpInitLib/Microcode.c
@@ -35,7 +35,7 @@ GetCurrentMicrocodeSignature (
 /**
   Detect whether specified processor can find matching microcode patch and 
load it.
 
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.
 **/
 VOID
 MicrocodeDetect (
diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h 
b/UefiCpuPkg/Library/MpInitLib/MpLib.h
index 9b0366e..165853d 100644
--- a/UefiCpuPkg/Library/MpInitLib/MpLib.h
+++ b/UefiCpuPkg/Library/MpInitLib/MpLib.h
@@ -512,7 +512,7 @@ CheckAndUpdateApsStatus (
 /**
   Detect whether specified processor can find matching microcode patch and 
load it.
 
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.
 **/
 VOID
 MicrocodeDetect (
diff --git a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c 
b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
index dd0f1da..590f963 100644
--- a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
@@ -67,7 +67,7 @@ SaveCpuMpData (
 /**
   Get available system memory below 1MB by specified size.
 
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.
 **/
 VOID
 BackupAndPrepareWakeupBuffer(
@@ -89,7 +89,7 @@ BackupAndPrepareWakeupBuffer(
 /**
   Restore wakeup buffer data.
 
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.
 **/
 VOID
 RestoreWakeupBuffer(
-- 
2.7.4.windows.1

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

Reply via email to