]> xenbits.xensource.com Git - people/liuw/ovmf.git/commitdiff
Fix comments format issue.
authorJeff Fan <jeff.fan@intel.com>
Fri, 6 Dec 2013 01:13:11 +0000 (01:13 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Dec 2013 01:13:11 +0000 (01:13 +0000)
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

MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c

index 16384f83168edcceecca6835110eeb25760f6e14..b3016eee5dadf9af16ff83902d9dfa600d66ffb1 100644 (file)
@@ -85,7 +85,7 @@ InitializeCpuInterruptHandlers (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 RegisterCpuInterruptHandler (\r
index ded14a335e7f331d30c5ef56c04f1a35d743543d..2fea24ac3180ce39fe4f604f9762342c817d5209 100644 (file)
@@ -86,7 +86,7 @@ InitializeCpuInterruptHandlers (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 RegisterCpuInterruptHandler (\r
index 12d5e4634aae36ed43aaaafcb7384356d4c0eef4..1b899b30249dd1050a8e85ce5dc9f84b16ba05a4 100644 (file)
@@ -115,7 +115,7 @@ FindModuleImageBase (
 /**\r
   Display CPU information.\r
 \r
-  @param InterruptType  Exception type.\r
+  @param ExceptionType  Exception type.\r
   @param SystemContext  Pointer to EFI_SYSTEM_CONTEXT.\r
 **/\r
 VOID\r
@@ -155,7 +155,7 @@ InitializeCpuExceptionHandlersWorker (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 RegisterCpuInterruptHandlerWorker (\r
   IN EFI_EXCEPTION_TYPE            InterruptType,\r
index b4b844cde928db4d819842a95d3fbf5a6c4a33db..c38f0e10ddb3d9f102918d93bf877c0183dfb85f 100644 (file)
@@ -158,7 +158,7 @@ InitializeCpuInterruptHandlers (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 RegisterCpuInterruptHandler (\r
index aed5cf8128a949c5c3519783ff5777893b26ef45..47a34cb40a58940eec1440c983acb57f2e8bfccb 100644 (file)
@@ -262,7 +262,7 @@ InitializeCpuExceptionHandlersWorker (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 RegisterCpuInterruptHandlerWorker (\r
   IN EFI_EXCEPTION_TYPE            InterruptType,\r
index ba2cc6f227eb554fda36d6864204212070977aa3..a4326acd7aa42f7cd5088c1f8908665ffec47010 100644 (file)
@@ -99,7 +99,7 @@ ArchRestoreExceptionContext (
 }\r
 \r
 /**\r
-  Dump CPU content information.\r
+  Display CPU information.\r
 \r
   @param ExceptionType  Exception type.\r
   @param SystemContext  Pointer to EFI_SYSTEM_CONTEXT.\r
index f2e7c81257dc0cfa1a7c95a2e5a35dd7d7f511de..7e94e38ae1f50e30da355056d89e0616f5fb5584 100644 (file)
@@ -171,7 +171,7 @@ InitializeCpuInterruptHandlers (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 RegisterCpuInterruptHandler (\r
index c3f4425e0979c9b99bc743468e57bd634168bbb2..40f12502668263aef1607253f7e7414b26ead323 100644 (file)
@@ -89,7 +89,7 @@ InitializeCpuInterruptHandlers (
                                 previously installed.\r
   @retval EFI_UNSUPPORTED       The interrupt specified by InterruptType is not supported,\r
                                 or this function is not supported.\r
-*/\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 RegisterCpuInterruptHandler (\r
index 1af2999ac0b237533b24fbf372c956c5779a9021..74ad138670970fe61e50588b2d42ba0f13ab655b 100644 (file)
@@ -103,7 +103,7 @@ ArchRestoreExceptionContext (
 }\r
 \r
 /**\r
-  Dump CPU content information.\r
+  Display CPU information.\r
 \r
   @param ExceptionType  Exception type.\r
   @param SystemContext  Pointer to EFI_SYSTEM_CONTEXT.\r