]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciCommand.c
index 8cd5acfc00f6699daa302495e428a766dea70a5c..13d459b86450420d8d41716756fae227dfff8528 100644 (file)
@@ -22,7 +22,7 @@ PciOperateRegister (
   IN  UINT8         Operation,\r
   OUT UINT16        *PtrCommand\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -32,7 +32,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    PciIoDevice - add argument and description to function comment\r
 // TODO:    Command - add argument and description to function comment\r
 // TODO:    Offset - add argument and description to function comment\r
@@ -82,7 +82,7 @@ BOOLEAN
 PciCapabilitySupport (\r
   IN PCI_IO_DEVICE  *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -92,7 +92,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    PciIoDevice - add argument and description to function comment\r
 {\r
 \r
@@ -110,7 +110,7 @@ LocateCapabilityRegBlock (
   IN OUT UINT8      *Offset,\r
   OUT UINT8         *NextRegBlock OPTIONAL\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
   Locate cap reg.\r
@@ -125,7 +125,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    EFI_UNSUPPORTED - add return value to function comment\r
 // TODO:    EFI_SUCCESS - add return value to function comment\r
 // TODO:    EFI_NOT_FOUND - add return value to function comment\r