]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/DxePciLibI440FxQ35/PciLib.c
OvmfPkg: strip trailing whitespace
[mirror_edk2.git] / OvmfPkg / Library / DxePciLibI440FxQ35 / PciLib.c
index bc64a63c78a7d1cd898adb93cd64d91e4c0a8cd5..49bdfdf65043dae41368271b90ba968e99650380 100644 (file)
@@ -39,19 +39,19 @@ InitializeConfigAccessMethod (
 }\r
 \r
 /**\r
-  Registers a PCI device so PCI configuration registers may be accessed after \r
+  Registers a PCI device so PCI configuration registers may be accessed after\r
   SetVirtualAddressMap().\r
-  \r
-  Registers the PCI device specified by Address so all the PCI configuration registers \r
+\r
+  Registers the PCI device specified by Address so all the PCI configuration registers\r
   associated with that PCI device may be accessed after SetVirtualAddressMap() is called.\r
-  \r
+\r
   If Address > 0x0FFFFFFF, then ASSERT().\r
 \r
   @param  Address The address that encodes the PCI Bus, Device, Function and\r
                   Register.\r
-  \r
+\r
   @retval RETURN_SUCCESS           The PCI device was registered for runtime access.\r
-  @retval RETURN_UNSUPPORTED       An attempt was made to call this function \r
+  @retval RETURN_UNSUPPORTED       An attempt was made to call this function\r
                                    after ExitBootServices().\r
   @retval RETURN_UNSUPPORTED       The resources required to access the PCI device\r
                                    at runtime could not be mapped.\r