diff options
author | Jeff Fan <jeff.fan@intel.com> | 2013-12-06 01:13:11 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-12-06 01:13:11 +0000 |
commit | 3f25e6eab9fa55ea7366da9c63afa7ac425aee4b (patch) | |
tree | 9480d9c8718a3ee03db04914dafefd8afeeac303 /UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h | |
parent | 8d84dbe98552d801f2ef220f2a51700b74800024 (diff) | |
download | edk2-platforms-3f25e6eab9fa55ea7366da9c63afa7ac425aee4b.tar.xz |
Fix comments format issue.
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14934 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h')
-rw-r--r-- | UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h index 12d5e4634a..1b899b3024 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h @@ -115,7 +115,7 @@ FindModuleImageBase ( /**
Display CPU information.
- @param InterruptType Exception type.
+ @param ExceptionType Exception type.
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
**/
VOID
@@ -155,7 +155,7 @@ InitializeCpuExceptionHandlersWorker ( previously installed.
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
or this function is not supported.
-*/
+**/
EFI_STATUS
RegisterCpuInterruptHandlerWorker (
IN EFI_EXCEPTION_TYPE InterruptType,
|