]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.h
Fixup for review
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciEnumeratorSupport.h
index ab46b5ac8a48f7a74d7714561e8938659547c4ca..8840998d94b6e8e7e6a9609470b71a86fc9c8a21 100644 (file)
@@ -1,4 +1,4 @@
-/**@file\r
+/**@ file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -99,7 +99,7 @@ GatherDeviceInfo (
   @param Device     Bridge device's device NO.\r
   @param Func       Bridge device's func NO.\r
   \r
   @param Device     Bridge device's device NO.\r
   @param Func       Bridge device's func NO.\r
   \r
-  @return bridge device instance\r
+  @return bridge device instance.\r
 **/\r
 PCI_IO_DEVICE             *\r
 GatherPpbInfo (\r
 **/\r
 PCI_IO_DEVICE             *\r
 GatherPpbInfo (\r
@@ -133,8 +133,8 @@ GatherP2CInfo (
 /**\r
   Create device path for pci deivce\r
   \r
 /**\r
   Create device path for pci deivce\r
   \r
-  @param ParentDevicePath  Parent bridge's path\r
-  @param PciIoDevice       Pci device instance\r
+  @param ParentDevicePath  Parent bridge's path.\r
+  @param PciIoDevice       Pci device instance.\r
   \r
   @return device path protocol instance for specific pci device.\r
 **/\r
   \r
   @return device path protocol instance for specific pci device.\r
 **/\r
@@ -173,7 +173,7 @@ BarExisted (
   @param OldCommand    Old command register offset\r
   @param OldBridgeControl Old Bridge control value for PPB or P2C.\r
   \r
   @param OldCommand    Old command register offset\r
   @param OldBridgeControl Old Bridge control value for PPB or P2C.\r
   \r
-  @return EFI_SUCCESS\r
+  @return EFI_SUCCESS.\r
 **/\r
 EFI_STATUS\r
 PciTestSupportedAttribute (\r
 **/\r
 EFI_STATUS\r
 PciTestSupportedAttribute (\r
@@ -204,8 +204,8 @@ PciSetDeviceAttribute (
 /**\r
   Determine if the device can support Fast Back to Back attribute\r
   \r
 /**\r
   Determine if the device can support Fast Back to Back attribute\r
   \r
-  @param PciIoDevice  Pci device instance\r
-  @param StatusIndex  Status register value\r
+  @param PciIoDevice  Pci device instance.\r
+  @param StatusIndex  Status register value.\r
 **/\r
 EFI_STATUS\r
 GetFastBackToBackSupport (\r
 **/\r
 EFI_STATUS\r
 GetFastBackToBackSupport (\r
@@ -216,7 +216,7 @@ GetFastBackToBackSupport (
 /**\r
  Determine the related attributes of all devices under a Root Bridge\r
  \r
 /**\r
  Determine the related attributes of all devices under a Root Bridge\r
  \r
- @param PciIoDevice   PCI device instance\r
+ @param PciIoDevice   PCI device instance.\r
  \r
 **/\r
 EFI_STATUS\r
  \r
 **/\r
 EFI_STATUS\r
@@ -227,8 +227,8 @@ DetermineDeviceAttribute (
 /**\r
   This routine is used to update the bar information for those incompatible PCI device\r
   \r
 /**\r
   This routine is used to update the bar information for those incompatible PCI device\r
   \r
-  @param PciIoDevice      Pci device instance\r
-  @return EFI_UNSUPPORTED failed to update Pci Info\r
+  @param PciIoDevice      Pci device instance.\r
+  @return EFI_UNSUPPORTED failed to update Pci Info.\r
 **/\r
 EFI_STATUS\r
 UpdatePciInfo (\r
 **/\r
 EFI_STATUS\r
 UpdatePciInfo (\r
@@ -238,8 +238,8 @@ UpdatePciInfo (
 /**\r
   This routine will update the alignment with the new alignment\r
   \r
 /**\r
   This routine will update the alignment with the new alignment\r
   \r
-  @param Alignment old alignment\r
-  @param NewAlignment new alignment\r
+  @param Alignment old alignment.\r
+  @param NewAlignment new alignment.\r
   \r
 **/\r
 VOID\r
   \r
 **/\r
 VOID\r
@@ -251,9 +251,9 @@ SetNewAlign (
 /**\r
   Parse PCI bar bit.\r
   \r
 /**\r
   Parse PCI bar bit.\r
   \r
-  @param PciIoDevice  Pci device instance\r
-  @param Offset       bar offset\r
-  @param BarIndex     bar index\r
+  @param PciIoDevice  Pci device instance.\r
+  @param Offset       bar offset.\r
+  @param BarIndex     bar index.\r
   \r
   @return next bar offset.\r
 **/\r
   \r
   @return next bar offset.\r
 **/\r
@@ -266,9 +266,9 @@ PciParseBar (
 \r
 /**\r
   This routine is used to initialize the bar of a PCI device\r
 \r
 /**\r
   This routine is used to initialize the bar of a PCI device\r
-  It can be called typically when a device is going to be rejected\r
+  It can be called typically when a device is going to be rejected.\r
 \r
 \r
-  @param PciIoDevice Pci device instance\r
+  @param PciIoDevice Pci device instance.\r
 **/\r
 EFI_STATUS\r
 InitializePciDevice (\r
 **/\r
 EFI_STATUS\r
 InitializePciDevice (\r
@@ -278,7 +278,7 @@ InitializePciDevice (
 /**\r
   Init PPB for bridge device\r
   \r
 /**\r
   Init PPB for bridge device\r
   \r
-  @param  PciIoDevice Pci device instance\r
+  @param  PciIoDevice Pci device instance.\r
 **/\r
 EFI_STATUS\r
 InitializePpb (\r
 **/\r
 EFI_STATUS\r
 InitializePpb (\r
@@ -288,7 +288,7 @@ InitializePpb (
 /**\r
   Init private data for Hotplug bridge device\r
   \r
 /**\r
   Init private data for Hotplug bridge device\r
   \r
-  @param PciIoDevice hotplug bridge device\r
+  @param PciIoDevice hotplug bridge device.\r
 **/\r
 EFI_STATUS\r
 InitializeP2C (\r
 **/\r
 EFI_STATUS\r
 InitializeP2C (\r
@@ -299,13 +299,13 @@ InitializeP2C (
   Create and initiliaze general PCI I/O device instance for\r
   PCI device/bridge device/hotplug bridge device.\r
   \r
   Create and initiliaze general PCI I/O device instance for\r
   PCI device/bridge device/hotplug bridge device.\r
   \r
-  @param PciRootBridgeIo   Pointer to instance of EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL\r
+  @param PciRootBridgeIo   Pointer to instance of EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
   @param Pci               Pci bar block\r
   @param Bus               device Bus NO.\r
   @param Device            device device NO.\r
   @param Func              device func NO.\r
   \r
   @param Pci               Pci bar block\r
   @param Bus               device Bus NO.\r
   @param Device            device device NO.\r
   @param Func              device func NO.\r
   \r
-  @return instance of PCI device\r
+  @return instance of PCI device.\r
 **/\r
 PCI_IO_DEVICE             *\r
 CreatePciIoDevice (\r
 **/\r
 PCI_IO_DEVICE             *\r
 CreatePciIoDevice (\r
@@ -321,7 +321,7 @@ CreatePciIoDevice (
   in a given platform\r
   It is only called on the second start on the same Root Bridge.\r
 \r
   in a given platform\r
   It is only called on the second start on the same Root Bridge.\r
 \r
-  @param Controller  Parent bridge handler\r
+  @param Controller  Parent bridge handler.\r
   \r
   @return status of operation.\r
 **/\r
   \r
   @return status of operation.\r
 **/\r
@@ -357,10 +357,10 @@ StartManagingRootBridge (
 /**\r
   This routine can be used to check whether a PCI device should be rejected when light enumeration\r
 \r
 /**\r
   This routine can be used to check whether a PCI device should be rejected when light enumeration\r
 \r
-  @param PciIoDevice  Pci device instance\r
+  @param PciIoDevice  Pci device instance.\r
 \r
 \r
-  @retval TRUE      This device should be rejected\r
-  @retval FALSE     This device shouldn't be rejected\r
+  @retval TRUE      This device should be rejected.\r
+  @retval FALSE     This device shouldn't be rejected.\r
   \r
 **/\r
 BOOLEAN\r
   \r
 **/\r
 BOOLEAN\r