]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeLib/RuntimeLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / RuntimeLib.c
index ba8b8621fb811103980c186318084178a63e60d4..86c70276552d48900dc662bde0f4595c5c1b390a 100644 (file)
@@ -3,10 +3,10 @@
 \r
   This library hides the global variable for the EFI Runtime Services so the\r
   caller does not need to deal with the possibility of being called from an\r
-  OS virtual address space. All pointer values are different for a virtual \r
+  OS virtual address space. All pointer values are different for a virtual\r
   mapping than from the normal physical mapping at boot services time.\r
 \r
-Copyright (c) 2006 - 2017, 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
@@ -125,7 +125,7 @@ RuntimeDriverLibConstruct (
 }\r
 \r
 /**\r
-  If a runtime driver exits with an error, it must call this routine \r
+  If a runtime driver exits with an error, it must call this routine\r
   to free the allocated resource before the exiting.\r
   It will ASSERT() if gBS is NULL.\r
   It will ASSERT() if that operation fails.\r
@@ -180,7 +180,7 @@ EfiAtRuntime (
 }\r
 \r
 /**\r
-  This function allows the caller to determine if UEFI SetVirtualAddressMap() has been called. \r
+  This function allows the caller to determine if UEFI SetVirtualAddressMap() has been called.\r
 \r
   This function returns TRUE after all the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE functions have\r
   executed as a result of the OS calling SetVirtualAddressMap(). Prior to this time FALSE\r
@@ -466,7 +466,7 @@ EfiGetNextVariableName (
   Variables are stored by the firmware and may maintain their values across power cycles. Each vendor\r
   may create and manage its own variables without the risk of name conflicts by using a unique VendorGuid.\r
 \r
-  @param  VariableName The name of the vendor's variable; it's a Null-Terminated \r
+  @param  VariableName The name of the vendor's variable; it's a Null-Terminated\r
                        Unicode String\r
   @param  VendorGuid   Unify identifier for vendor.\r
   @param  Attributes   Points to a memory location to return the attributes of variable. If the point\r
@@ -530,7 +530,7 @@ EfiGetNextHighMonotonicCount (
 \r
 \r
 /**\r
-  This service is a wrapper for the UEFI Runtime Service ConvertPointer().  \r
+  This service is a wrapper for the UEFI Runtime Service ConvertPointer().\r
 \r
   The ConvertPointer() function is used by an EFI component during the SetVirtualAddressMap() operation.\r
   ConvertPointer()must be called using physical address pointers during the execution of SetVirtualAddressMap().\r
@@ -562,7 +562,7 @@ EfiConvertPointer (
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
   For IA32, x64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
-  ConvertPointer().  See the UEFI Specification for details. \r
+  ConvertPointer().  See the UEFI Specification for details.\r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\r
   to virtiual addressing.  Since IPF allows the GP to point to an address outside\r
@@ -614,7 +614,7 @@ EfiConvertList (
 {\r
   LIST_ENTRY  *Link;\r
   LIST_ENTRY  *NextLink;\r
-  \r
+\r
   //\r
   // For NULL List, return EFI_SUCCESS\r
   //\r