Revision: 14934
http://sourceforge.net/p/edk2/code/14934
Author: vanjeff
Date: 2013-12-06 01:13:11 +0000 (Fri, 06 Dec 2013)
Log Message:
-----------
Fix comments format issue.
Signed-off-by: Jeff Fan <[email protected]>
Reviewed-by: Eric Dong <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
trunk/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
Modified: trunk/edk2/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
===================================================================
--- trunk/edk2/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
2013-12-06 01:12:06 UTC (rev 14933)
+++ trunk/edk2/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
2013-12-06 01:13:11 UTC (rev 14934)
@@ -85,7 +85,7 @@
previously installed.
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is
not supported,
or this function is not supported.
-*/
+**/
EFI_STATUS
EFIAPI
RegisterCpuInterruptHandler (
Modified:
trunk/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c
===================================================================
---
trunk/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c
2013-12-06 01:12:06 UTC (rev 14933)
+++
trunk/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -86,7 +86,7 @@
previously installed.
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is
not supported,
or this function is not supported.
-*/
+**/
EFI_STATUS
EFIAPI
RegisterCpuInterruptHandler (
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
2013-12-06 01:12:06 UTC (rev 14933)
+++ trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
2013-12-06 01:13:11 UTC (rev 14934)
@@ -115,7 +115,7 @@
/**
Display CPU information.
- @param InterruptType Exception type.
+ @param ExceptionType Exception type.
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
**/
VOID
@@ -155,7 +155,7 @@
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,
Modified: trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
2013-12-06 01:12:06 UTC (rev 14933)
+++ trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -158,7 +158,7 @@
previously installed.
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is
not supported,
or this function is not supported.
-*/
+**/
EFI_STATUS
EFIAPI
RegisterCpuInterruptHandler (
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c
2013-12-06 01:12:06 UTC (rev 14933)
+++ trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -262,7 +262,7 @@
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,
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
2013-12-06 01:12:06 UTC (rev 14933)
+++
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -99,7 +99,7 @@
}
/**
- Dump CPU content information.
+ Display CPU information.
@param ExceptionType Exception type.
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
2013-12-06 01:12:06 UTC (rev 14933)
+++ trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -171,7 +171,7 @@
previously installed.
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is
not supported,
or this function is not supported.
-*/
+**/
EFI_STATUS
EFIAPI
RegisterCpuInterruptHandler (
Modified: trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c
2013-12-06 01:12:06 UTC (rev 14933)
+++ trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -89,7 +89,7 @@
previously installed.
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is
not supported,
or this function is not supported.
-*/
+**/
EFI_STATUS
EFIAPI
RegisterCpuInterruptHandler (
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
2013-12-06 01:12:06 UTC (rev 14933)
+++
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
2013-12-06 01:13:11 UTC (rev 14934)
@@ -103,7 +103,7 @@
}
/**
- Dump CPU content information.
+ Display CPU information.
@param ExceptionType Exception type.
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits