]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Protocol / IncompatiblePciDeviceSupport.h
index 03a5b2ec085a3b5df2296b06f143e9c7de77e5fb..7357212664617f2a586d70b6e6909fc5c7f2386c 100644 (file)
@@ -30,22 +30,16 @@ typedef struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL EFI_INCOMPATIBLE_PC
   Returns a list of ACPI resource descriptors that detail the special \r
   resource configuration requirements for an incompatible PCI device.\r
 \r
-  @param  This Pointer to the EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL instance. \r
-  \r
-  @param  VendorID A unique ID to identify the manufacturer of the PCI device.\r
-  \r
-  @param  DeviceID A unique ID to identify the particular PCI device.\r
-  \r
-  @param  RevisionID A PCI device-specific revision identifier.\r
-  \r
-  @param  SubsystemVendorId Specifies the subsystem vendor ID. \r
-  \r
-  @param  SubsystemDeviceId Specifies the subsystem device ID.\r
-  \r
-  @param  Configuration A list of ACPI resource descriptors that detail \r
-  the configuration requirement. \r
-\r
-  @retval EFI_SUCCESS The function always returns EFI_SUCCESS.\r
+  @param  This                  Pointer to the EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL instance.\r
+  @param  VendorID              A unique ID to identify the manufacturer of the PCI device.\r
+  @param  DeviceID              A unique ID to identify the particular PCI device.\r
+  @param  RevisionID            A PCI device-specific revision identifier.\r
+  @param  SubsystemVendorId     Specifies the subsystem vendor ID.\r
+  @param  SubsystemDeviceId     Specifies the subsystem device ID.\r
+  @param  Configuration         A list of ACPI resource descriptors that detail\r
+                                the configuration requirement.\r
+\r
+  @retval EFI_SUCCESS           The function always returns EFI_SUCCESS.\r
 \r
 **/\r
 typedef\r