]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciRomTable.c
index 6c97601c1fa379067b43282fec62a6747bf3db83..18ee0a89fade9bc94407ea8a455bb7ff2f85bd14 100644 (file)
@@ -39,7 +39,7 @@ PciRomAddImageMapping (
   IN UINT64      RomAddress,\r
   IN UINT64      RomLength\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -59,7 +59,7 @@ Returns:
 \r
   TODO: add return values\r
 \r
---*/\r
+**/\r
 {\r
   EFI_PCI_ROM_IMAGE_MAPPING *TempMapping;\r
 \r
@@ -98,7 +98,7 @@ PciRomGetRomResourceFromPciOptionRomTable (
   IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL  *PciRootBridgeIo,\r
   PCI_IO_DEVICE                       *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -106,7 +106,7 @@ Arguments:
 \r
 Returns:\r
 \r
---*/\r
+**/\r
 // TODO:    This - add argument and description to function comment\r
 // TODO:    PciRootBridgeIo - add argument and description to function comment\r
 // TODO:    PciIoDevice - add argument and description to function comment\r
@@ -152,7 +152,7 @@ EFI_STATUS
 PciRomGetImageMapping (\r
   PCI_IO_DEVICE                       *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -160,7 +160,7 @@ Arguments:
 \r
 Returns:\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