summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c')
-rw-r--r--IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
index 882cad677f..dcd0b38c72 100644
--- a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
+++ b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
@@ -42,7 +42,7 @@ STATIC
BOOLEAN mHaveExitedBootServices = FALSE;
/**
- Locatet he report status code service.
+ Locate he report status code service.
@return EFI_REPORT_STATUS_CODE function point to
ReportStatusCode.
@@ -92,7 +92,7 @@ ReportStatusCodeLibVirtualAddressChange (
}
/**
- Updatet the In Runtime Indicator.
+ Update the In Runtime Indicator.
@param[in] Event The Event that is being processed
@param[in] Context Event Context
@@ -191,7 +191,13 @@ ReportStatusCodeLibConstruct (
return Status;
}
-
+/**
+ Desctructor of library will close events.
+
+ @param ImageHandle callder module's image handle
+ @param SystemTable pointer to EFI system table.
+ @return the status of close event.
+**/
EFI_STATUS
EFIAPI
ReportStatusCodeLibDestruct (
@@ -215,7 +221,6 @@ ReportStatusCodeLibDestruct (
return Status;
}
-
/**
Reports a status code with full parameters.
@@ -299,3 +304,4 @@ InternalReportStatusCodeEx (
}
return InternalReportStatusCode (Type, Value, Instance, CallerId, mStatusCodeData);
}
+