diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-11-01 09:36:53 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2017-11-02 09:24:05 +0800 |
commit | 9fcea11473e318d8fc5c61274ceffcbbdc822db1 (patch) | |
tree | 2d49bfb7bba67fa56b061931e2a32bb414d3e21c | |
parent | e90153cbbf8fd671062db6fce570b2aa109b019c (diff) | |
download | edk2-9fcea11473e318d8fc5c61274ceffcbbdc822db1.tar.gz edk2-9fcea11473e318d8fc5c61274ceffcbbdc822db1.tar.bz2 edk2-9fcea11473e318d8fc5c61274ceffcbbdc822db1.zip |
UefiCpuPkg/MpInitLib:Make function comments align with function
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
-rw-r--r-- | UefiCpuPkg/Library/MpInitLib/MpLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.c b/UefiCpuPkg/Library/MpInitLib/MpLib.c index 18060fd099..61b14c9843 100644 --- a/UefiCpuPkg/Library/MpInitLib/MpLib.c +++ b/UefiCpuPkg/Library/MpInitLib/MpLib.c @@ -536,7 +536,7 @@ InitializeApData ( This function will be called from AP reset code if BSP uses WakeUpAP.
@param[in] ExchangeInfo Pointer to the MP exchange info buffer
- @param[in] NumApsExecuting Number of current executing AP
+ @param[in] ApIndex Number of current executing AP
**/
VOID
EFIAPI
|