]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegion.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / LegacyRegionDxe / LegacyRegion.c
index e432cf4403bea6c1e84333831565881de6f49c13..747b3d90669490b70b1310edecd6bee1aaee1665 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
   Produces the Legacy Region Protocol.\r
 \r
-  This generic implementation of the Legacy Region Protocol does not actually \r
-  perform any lock/unlock operations.  This module may be used on platforms \r
-  that do not provide HW locking of the legacy memory regions.  It can also \r
+  This generic implementation of the Legacy Region Protocol does not actually\r
+  perform any lock/unlock operations.  This module may be used on platforms\r
+  that do not provide HW locking of the legacy memory regions.  It can also\r
   be used as a template driver for implementing the Legacy Region Protocol on\r
   a platform that does support HW locking of the legacy memory regions.\r
 \r
-Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 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
@@ -135,9 +135,9 @@ EFI_LEGACY_REGION_PROTOCOL  mLegacyRegion = {
 /**\r
   The user Entry Point for module LegacyRegionDxe.  The user code starts with this function.\r
 \r
-  @param[in] ImageHandle    The firmware allocated handle for the EFI image.  \r
+  @param[in] ImageHandle    The firmware allocated handle for the EFI image.\r
   @param[in] SystemTable    A pointer to the EFI System Table.\r
-  \r
+\r
   @retval EFI_SUCCESS       The entry point is executed successfully.\r
   @retval other             Some error occurs when executing this entry point.\r
 \r
@@ -150,12 +150,12 @@ LegacyRegionInstall (
   )\r
 {\r
   EFI_STATUS  Status;\r
-  \r
+\r
   //\r
   // Make sure the Legacy Region Protocol is not already installed in the system\r
   //\r
   ASSERT_PROTOCOL_ALREADY_INSTALLED (NULL, &gEfiLegacyRegionProtocolGuid);\r
-  \r
+\r
   //\r
   // Install the protocol on a new handle.\r
   //\r