]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciDriverOverride.c
index f05c5b198c6bdbb0aa85d9bd375d952ab039e8f0..93f58ed3ec8da34145b9bac3e942c4e33f065f02 100644 (file)
@@ -18,7 +18,7 @@ EFI_STATUS
 InitializePciDriverOverrideInstance (\r
   PCI_IO_DEVICE  *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -30,7 +30,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    PciIoDevice - add argument and description to function comment\r
 // TODO:    EFI_SUCCESS - add return value to function comment\r
 {\r
@@ -44,7 +44,7 @@ GetDriver (
   IN EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL              *This,\r
   IN OUT EFI_HANDLE                                         *DriverImageHandle\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -56,7 +56,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    This - add argument and description to function comment\r
 // TODO:    DriverImageHandle - add argument and description to function comment\r
 // TODO:    EFI_SUCCESS - add return value to function comment\r
@@ -108,7 +108,7 @@ AddDriver (
   IN PCI_IO_DEVICE     *PciIoDevice,\r
   IN EFI_HANDLE        DriverImageHandle\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -120,7 +120,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    PciIoDevice - add argument and description to function comment\r
 // TODO:    DriverImageHandle - add argument and description to function comment\r
 // TODO:    EFI_OUT_OF_RESOURCES - add return value to function comment\r