]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciOptionRomSupport.c
index 05339f3afb9359cf7f62fbb027ac644ac78d3c9e..bf087821c50966ae9982fe1b4726cef28b0979d5 100644 (file)
@@ -34,7 +34,7 @@ EFI_STATUS
 GetOpRomInfo (\r
   IN PCI_IO_DEVICE    *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -42,7 +42,7 @@ Arguments:
 \r
 Returns:\r
 \r
---*/\r
+**/\r
 // TODO:    PciIoDevice - add argument and description to function comment\r
 // TODO:    EFI_NOT_FOUND - add return value to function comment\r
 // TODO:    EFI_SUCCESS - add return value to function comment\r
@@ -130,7 +130,7 @@ LoadOpRomImage (
   IN PCI_IO_DEVICE   *PciDevice,\r
   IN UINT64          RomBase\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -140,7 +140,7 @@ Arguments:
 \r
 Returns:\r
 \r
---*/\r
+**/\r
 // TODO:    PciDevice - add argument and description to function comment\r
 // TODO:    RomBase - add argument and description to function comment\r
 // TODO:    EFI_OUT_OF_RESOURCES - add return value to function comment\r
@@ -314,7 +314,7 @@ RomDecode (
   IN UINT32          RomBar,\r
   IN BOOLEAN         Enable\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -322,7 +322,7 @@ Arguments:
 \r
 Returns:\r
 \r
---*/\r
+**/\r
 // TODO:    PciDevice - add argument and description to function comment\r
 // TODO:    RomBarIndex - add argument and description to function comment\r
 // TODO:    RomBar - add argument and description to function comment\r
@@ -399,7 +399,7 @@ EFI_STATUS
 ProcessOpRomImage (\r
   PCI_IO_DEVICE   *PciDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -412,7 +412,7 @@ Returns:
 \r
   EFI Status.\r
 \r
---*/\r
+**/\r
 {\r
   UINT8                         Indicator;\r
   UINT32                        ImageSize;\r