]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/PciCfg.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Ppi / PciCfg.h
index b38a0db3ceef69112506b26489958815fafa035c..987f54ed43239e1a265818c3de3d6c3c06cdf622 100644 (file)
@@ -51,19 +51,14 @@ typedef struct {
 /**\r
   PCI read and write operation.\r
 \r
-  @param  PeiServices An indirect pointer to the PEI Services Table \r
-  published by the PEI Foundation.\r
-  \r
-  @param  This Pointer to local data for the interface.\r
-  \r
-  @param  Width The width of the access. Enumerated in bytes.\r
-  \r
-  @param  Address The physical address of the access.\r
-  \r
-  @param  Buffer A pointer to the buffer of data.\r
-\r
-  @retval EFI_SUCCESS The function completed successfully. \r
-  \r
+  @param  PeiServices    An indirect pointer to the PEI Services Table\r
+                         published by the PEI Foundation.\r
+  @param  This           Pointer to local data for the interface.\r
+  @param  Width          The width of the access. Enumerated in bytes.\r
+  @param  Address        The physical address of the access.\r
+  @param  Buffer         A pointer to the buffer of data.\r
+\r
+  @retval EFI_SUCCESS           The function completed successfully.\r
   @retval EFI_NOT_YET_AVAILABLE The service has not been installed.\r
 \r
 **/\r
@@ -80,20 +75,15 @@ EFI_STATUS
 /**\r
   PCI read-modify-write operation.\r
 \r
-  @param  PeiServices An indirect pointer to the PEI Services Table \r
-  published by the PEI Foundation.\r
-  \r
-  @param  This Pointer to local data for the interface.\r
-  \r
-  @param  Width The width of the access. Enumerated in bytes.\r
-  \r
-  @param  Address The physical address of the access.\r
-  \r
-  @param  SetBits Value of the bits to set.\r
-  \r
-  @param  ClearBits Value of the bits to clear.\r
-\r
-  @retval EFI_SUCCESS  The function completed successfully.\r
+  @param  PeiServices    An indirect pointer to the PEI Services Table\r
+                         published by the PEI Foundation.\r
+  @param  This           Pointer to local data for the interface.\r
+  @param  Width          The width of the access. Enumerated in bytes.\r
+  @param  Address        The physical address of the access.\r
+  @param  SetBits        Value of the bits to set.\r
+  @param  ClearBits      Value of the bits to clear.\r
+\r
+  @retval EFI_SUCCESS           The function completed successfully.\r
 \r
 **/\r
 typedef\r
@@ -119,7 +109,7 @@ EFI_STATUS
   PCI write services.  See the Write() function description.\r
 \r
   @param Modify\r
-PCI read-modify-write services.  See the Modify() function description.\r
+  PCI read-modify-write services.  See the Modify() function description.\r
 \r
 **/\r
 struct _EFI_PEI_PCI_CFG_PPI {\r