From 3f25e6eab9fa55ea7366da9c63afa7ac425aee4b Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Fri, 6 Dec 2013 01:13:11 +0000 Subject: Fix comments format issue. Signed-off-by: Jeff Fan Reviewed-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14934 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h | 2 +- .../Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h | 4 ++-- UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h b/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h index 16384f8316..b3016eee5d 100644 --- a/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h +++ b/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h @@ -85,7 +85,7 @@ InitializeCpuInterruptHandlers ( previously installed. @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported, or this function is not supported. -*/ +**/ EFI_STATUS EFIAPI RegisterCpuInterruptHandler ( diff --git a/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c b/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c index ded14a335e..2fea24ac31 100644 --- a/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c +++ b/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c @@ -86,7 +86,7 @@ InitializeCpuInterruptHandlers ( previously installed. @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported, or this function is not supported. -*/ +**/ EFI_STATUS EFIAPI RegisterCpuInterruptHandler ( 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, diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c index b4b844cde9..c38f0e10dd 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c @@ -158,7 +158,7 @@ InitializeCpuInterruptHandlers ( previously installed. @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported, or this function is not supported. -*/ +**/ EFI_STATUS EFIAPI RegisterCpuInterruptHandler ( diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c index aed5cf8128..47a34cb40a 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c @@ -262,7 +262,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, diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c index ba2cc6f227..a4326acd7a 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c @@ -99,7 +99,7 @@ ArchRestoreExceptionContext ( } /** - Dump CPU content information. + Display CPU information. @param ExceptionType Exception type. @param SystemContext Pointer to EFI_SYSTEM_CONTEXT. diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c index f2e7c81257..7e94e38ae1 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c @@ -171,7 +171,7 @@ InitializeCpuInterruptHandlers ( previously installed. @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported, or this function is not supported. -*/ +**/ EFI_STATUS EFIAPI RegisterCpuInterruptHandler ( diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c index c3f4425e09..40f1250266 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c @@ -89,7 +89,7 @@ InitializeCpuInterruptHandlers ( previously installed. @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported, or this function is not supported. -*/ +**/ EFI_STATUS EFIAPI RegisterCpuInterruptHandler ( diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c index 1af2999ac0..74ad138670 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c @@ -103,7 +103,7 @@ ArchRestoreExceptionContext ( } /** - Dump CPU content information. + Display CPU information. @param ExceptionType Exception type. @param SystemContext Pointer to EFI_SYSTEM_CONTEXT. -- cgit v1.2.3