]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/MpInitLib: Fix function header comments typo
authorJeff Fan <jeff.fan@intel.com>
Wed, 24 Aug 2016 14:12:52 +0000 (22:12 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 25 Aug 2016 08:12:46 +0000 (16:12 +0800)
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
UefiCpuPkg/Library/MpInitLib/Microcode.c
UefiCpuPkg/Library/MpInitLib/MpLib.h
UefiCpuPkg/Library/MpInitLib/PeiMpLib.c

index 383eec9c6b584a5c80517f0e163ffd9d54fdf8ca..e459ebc5ebe4d4b5b63a7c44df2df52f7b968f8c 100644 (file)
@@ -189,7 +189,7 @@ CheckApsStatus (
 /**\r
   Get Protected mode code segment from current GDT table.\r
 \r
-  @returen  Protected mode code segment value.\r
+  @return  Protected mode code segment value.\r
 **/\r
 UINT16\r
 GetProtectedModeCS (\r
index 5bb0145c87f04fe103a85be761d135e37dbc036d..982995be7d02ddcd1715424ef206827700817ef7 100644 (file)
@@ -35,7 +35,7 @@ GetCurrentMicrocodeSignature (
 /**\r
   Detect whether specified processor can find matching microcode patch and load it.\r
 \r
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data\r
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.\r
 **/\r
 VOID\r
 MicrocodeDetect (\r
index 9b0366ed37231624d636549fc3ca7f2072e27186..165853d2af3a5e4a8808d53e22b3cbc6599b4bf5 100644 (file)
@@ -512,7 +512,7 @@ CheckAndUpdateApsStatus (
 /**\r
   Detect whether specified processor can find matching microcode patch and load it.\r
 \r
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data\r
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.\r
 **/\r
 VOID\r
 MicrocodeDetect (\r
index dd0f1da4754ef6dd66dff739e0e8545771bd72b6..590f963bd337da0dfd5f939cdd573325fd7f4794 100644 (file)
@@ -67,7 +67,7 @@ SaveCpuMpData (
 /**\r
   Get available system memory below 1MB by specified size.\r
 \r
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data\r
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.\r
 **/\r
 VOID\r
 BackupAndPrepareWakeupBuffer(\r
@@ -89,7 +89,7 @@ BackupAndPrepareWakeupBuffer(
 /**\r
   Restore wakeup buffer data.\r
 \r
-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data\r
+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.\r
 **/\r
 VOID\r
 RestoreWakeupBuffer(\r