]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.c
Update code to match EDKII coding style.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PciCfg2OnPciCfgThunk / PciCfg2OnPciCfgThunk.c
index 24196b1c862d67c8365af0a555f8119c1674a552..ddd81df5dcaee85b37453ab539c01f94974e97dc 100644 (file)
@@ -58,7 +58,7 @@ these two conditions are true:
 1) Framework module present that produces PCI CFG PPI  AND\r
 2) PI module that produces PCI CFG2 is not present\r
 \r
-Copyright (c) 2006 - 2008 Intel Corporation. <BR>\r
+Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
 All rights reserved. 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
@@ -139,25 +139,24 @@ PciCfg2Read (
 /**\r
   Write to a given location in the PCI configuration space.\r
 \r
-  @param  PeiServices                   An indirect pointer to the PEI Services Table published by the PEI Foundation.\r
+  @param  PeiServices           An indirect pointer to the PEI Services Table published by the PEI Foundation.\r
 \r
-  @param  This                              Pointer to local data for the interface.\r
+  @param  This                  Pointer to local data for the interface.\r
 \r
-  @param  Width                            The width of the access. Enumerated in bytes.\r
-                                                    See EFI_PEI_PCI_CFG_PPI_WIDTH above.\r
+  @param  Width                 The width of the access. Enumerated in bytes.\r
+                                See EFI_PEI_PCI_CFG_PPI_WIDTH above.\r
 \r
-  @param  Address                         The physical address of the access. The format of\r
-                                                    the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.\r
+  @param  Address               The physical address of the access. The format of\r
+                                the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.\r
 \r
-  @param  Buffer                            A pointer to the buffer of data..\r
+  @param  Buffer                A pointer to the buffer of data..\r
 \r
 \r
-  @retval EFI_SUCCESS                   The function completed successfully.\r
+  @retval EFI_SUCCESS           The function completed successfully.\r
 \r
-  @retval EFI_DEVICE_ERROR          There was a problem with the transaction.\r
+  @retval EFI_DEVICE_ERROR      There was a problem with the transaction.\r
 \r
-  @retval EFI_DEVICE_NOT_READY  The device is not capable of supporting the operation at this\r
-                                                     time.\r
+  @retval EFI_DEVICE_NOT_READY  The device is not capable of supporting the operation at this time.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -236,18 +235,16 @@ EFI_PEI_PPI_DESCRIPTOR mPpiListPciCfg2 = {
 \r
   Standard PEIM entry point.\r
 \r
-  @param FfsHeadher   The FFS file header\r
-  @param PeiServices   General purpose services available to every PEIM.\r
-\r
+  @param FileHandle   Handle of the file being invoked.\r
+  @param PeiServices  General purpose services available to every PEIM.\r
 \r
-  @retval EFI_SUCCESS if the interface could be successfully\r
-                                    installed\r
+  @retval EFI_SUCCESS The interface could be successfully installed.\r
 \r
---*/\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 PeimInitializePciCfg2 (\r
-  IN EFI_PEI_FILE_HANDLE     FfsHeader,\r
+  IN EFI_PEI_FILE_HANDLE     FileHandle,\r
   IN CONST EFI_PEI_SERVICES  **PeiServices\r
   )\r
 {\r