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
This commit is contained in:
Jeff Fan 2013-12-06 01:13:11 +00:00 committed by vanjeff
parent 8d84dbe985
commit 3f25e6eab9
9 changed files with 10 additions and 10 deletions

View File

@ -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 (

View File

@ -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 (

View File

@ -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,

View File

@ -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 (

View File

@ -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,

View File

@ -99,7 +99,7 @@ ArchRestoreExceptionContext (
}
/**
Dump CPU content information.
Display CPU information.
@param ExceptionType Exception type.
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.

View File

@ -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 (

View File

@ -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 (

View File

@ -103,7 +103,7 @@ ArchRestoreExceptionContext (
}
/**
Dump CPU content information.
Display CPU information.
@param ExceptionType Exception type.
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.