]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
Add some function/header comments.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / SmmRuntimeDxeReportStatusCodeLibFramework / SmmRuntimeDxeSupport.c
index 882cad677f6a99a0589e7082640f1dbcf985ecbd..dcd0b38c72f3ac8c2b60bd07bac404422299cac4 100644 (file)
@@ -42,7 +42,7 @@ STATIC
 BOOLEAN               mHaveExitedBootServices = FALSE;\r
 \r
 /**\r
-  Locatet he report status code service.\r
+  Locate he report status code service.\r
 \r
   @return     EFI_REPORT_STATUS_CODE    function point to\r
               ReportStatusCode.\r
@@ -92,7 +92,7 @@ ReportStatusCodeLibVirtualAddressChange (
 }\r
 \r
 /**\r
-  Updatet the In Runtime Indicator.\r
+  Update the In Runtime Indicator.\r
 \r
   @param[in]    Event   The Event that is being processed\r
   @param[in]    Context Event Context\r
@@ -191,7 +191,13 @@ ReportStatusCodeLibConstruct (
   return Status;\r
 }\r
 \r
-\r
+/**\r
+  Desctructor of library will close events.\r
+  \r
+  @param ImageHandle callder module's image handle\r
+  @param SystemTable pointer to EFI system table.\r
+  @return the status of close event.\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 ReportStatusCodeLibDestruct (\r
@@ -215,7 +221,6 @@ ReportStatusCodeLibDestruct (
   return Status;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code with full parameters.\r
 \r
@@ -299,3 +304,4 @@ InternalReportStatusCodeEx (
   }\r
   return  InternalReportStatusCode (Type, Value, Instance, CallerId, mStatusCodeData);\r
 }\r
+\r