summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2013-12-06 01:13:11 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2013-12-06 01:13:11 +0000
commit3f25e6eab9fa55ea7366da9c63afa7ac425aee4b (patch)
tree9480d9c8718a3ee03db04914dafefd8afeeac303 /MdeModulePkg
parent8d84dbe98552d801f2ef220f2a51700b74800024 (diff)
downloadedk2-3f25e6eab9fa55ea7366da9c63afa7ac425aee4b.zip
edk2-3f25e6eab9fa55ea7366da9c63afa7ac425aee4b.tar.gz
edk2-3f25e6eab9fa55ea7366da9c63afa7ac425aee4b.tar.bz2
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 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h2
-rw-r--r--MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h b/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
index 16384f8..b3016ee 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 ded14a3..2fea24a 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 (