]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLib.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / PciHostBridgeLibScan / PciHostBridgeLib.c
index f0166e0f72794a2cb69c7914f770c5195b767d7a..ddcdd8886de244e97bedb5598a51578aac84863d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  OVMF's instance of the PCI Host Bridge Library.\r
+  OVMF's instance of the PCI Host Bridge Library, for Bhyve and Xen guests.\r
 \r
   Copyright (C) 2016-2021, Red Hat, Inc.\r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
 PCI_ROOT_BRIDGE *\r
 EFIAPI\r
 PciHostBridgeGetRootBridges (\r
-  UINTN *Count\r
+  UINTN  *Count\r
   )\r
 {\r
   return ScanForRootBridges (Count);\r
 }\r
 \r
-\r
 /**\r
   Free the root bridge instances array returned from\r
   PciHostBridgeGetRootBridges().\r
@@ -41,14 +40,13 @@ PciHostBridgeGetRootBridges (
 VOID\r
 EFIAPI\r
 PciHostBridgeFreeRootBridges (\r
-  PCI_ROOT_BRIDGE *Bridges,\r
-  UINTN           Count\r
+  PCI_ROOT_BRIDGE  *Bridges,\r
+  UINTN            Count\r
   )\r
 {\r
   PciHostBridgeUtilityFreeRootBridges (Bridges, Count);\r
 }\r
 \r
-\r
 /**\r
   Inform the platform that the resource conflict happens.\r
 \r
@@ -66,8 +64,8 @@ PciHostBridgeFreeRootBridges (
 VOID\r
 EFIAPI\r
 PciHostBridgeResourceConflict (\r
-  EFI_HANDLE                        HostBridgeHandle,\r
-  VOID                              *Configuration\r
+  EFI_HANDLE  HostBridgeHandle,\r
+  VOID        *Configuration\r
   )\r
 {\r
   PciHostBridgeUtilityResourceConflict (Configuration);\r