]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / RuntimeDxe / StatusCodeHandlerRuntimeDxe.c
index 9149ca4efa44215ceb9219cd24effe467f8d085e..e47e083ff1b1f9570ee6df560f2a9a16b2f67110 100644 (file)
@@ -2,7 +2,7 @@
   Status Code Handler Driver which produces general handlers and hook them\r
   onto the DXE status code router.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -66,9 +66,9 @@ VirtualAddressChangeCallBack (
 }\r
 \r
 /**\r
-  Dispatch initialization request to sub status code devices based on \r
+  Dispatch initialization request to sub status code devices based on\r
   customized feature flags.\r
\r
+\r
 **/\r
 VOID\r
 InitializationDispatcherWorker (\r
@@ -99,11 +99,11 @@ InitializationDispatcherWorker (
   }\r
 \r
   //\r
-  // Replay Status code which saved in GUID'ed HOB to all supported devices. \r
+  // Replay Status code which saved in GUID'ed HOB to all supported devices.\r
   //\r
   if (FeaturePcdGet (PcdStatusCodeReplayIn)) {\r
-    // \r
-    // Journal GUID'ed HOBs to find all record entry, if found, \r
+    //\r
+    // Journal GUID'ed HOBs to find all record entry, if found,\r
     // then output record to support replay device.\r
     //\r
     Hob.Raw   = GetFirstGuidHob (&gMemoryStatusCodeRecordGuid);\r
@@ -152,7 +152,7 @@ InitializationDispatcherWorker (
 \r
   @param  ImageHandle       The firmware allocated handle for the EFI image.\r
   @param  SystemTable       A pointer to the EFI System Table.\r
-  \r
+\r
   @retval EFI_SUCCESS       The entry point is executed successfully.\r
 \r
 **/\r