]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciHotPlugSupport.c
index 0883d0d2ddb9a111ab675148a549c8e9f499a7e0..ee95864f1b0b038963b537b24688cd6b9a7b8025 100644 (file)
@@ -26,7 +26,7 @@ PciHPCInitialized (
   IN EFI_EVENT    Event,\r
   IN VOID         *Context\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -36,7 +36,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    Event - add argument and description to function comment\r
 // TODO:    Context - add argument and description to function comment\r
 {\r
@@ -52,7 +52,7 @@ EfiCompareDevicePath (
   IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1,\r
   IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -62,7 +62,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    DevicePath1 - add argument and description to function comment\r
 // TODO:    DevicePath2 - add argument and description to function comment\r
 {\r
@@ -87,7 +87,7 @@ EFI_STATUS
 InitializeHotPlugSupport (\r
   VOID\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -97,7 +97,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    EFI_UNSUPPORTED - add return value to function comment\r
 // TODO:    EFI_OUT_OF_RESOURCES - add return value to function comment\r
 // TODO:    EFI_SUCCESS - add return value to function comment\r
@@ -153,7 +153,7 @@ IsRootPciHotPlugBus (
   IN EFI_DEVICE_PATH_PROTOCOL         *HpbDevicePath,\r
   OUT UINTN                           *HpIndex\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -166,7 +166,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    HpbDevicePath - add argument and description to function comment\r
 {\r
   UINTN Index;\r
@@ -191,7 +191,7 @@ IsRootPciHotPlugController (
   IN EFI_DEVICE_PATH_PROTOCOL         *HpcDevicePath,\r
   OUT UINTN                           *HpIndex\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -204,7 +204,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 {\r
   UINTN Index;\r
 \r
@@ -228,7 +228,7 @@ CreateEventForHpc (
   IN UINTN       HpIndex,\r
   OUT EFI_EVENT  *Event\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -238,7 +238,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 // TODO:    HpIndex - add argument and description to function comment\r
 // TODO:    Event - add argument and description to function comment\r
 {\r
@@ -263,7 +263,7 @@ EFI_STATUS
 AllRootHPCInitialized (\r
   IN  UINTN           TimeoutInMicroSeconds\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -274,7 +274,7 @@ Returns:
   EFI_SUCCESS - All root hpc's initialization is finished before the timeout\r
   EFI_TIMEOUT - Time out\r
 \r
---*/\r
+**/\r
 {\r
   UINT32  Delay;\r
   UINTN   Index;\r
@@ -309,7 +309,7 @@ EFI_STATUS
 IsSHPC (\r
   PCI_IO_DEVICE                       *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -319,7 +319,7 @@ Returns:
 \r
   None\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
@@ -356,7 +356,7 @@ EFI_STATUS
 GetResourcePaddingForHpb (\r
   IN PCI_IO_DEVICE *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -366,7 +366,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
 // TODO:    EFI_NOT_FOUND - add return value to function comment\r
@@ -409,7 +409,7 @@ EFI_STATUS
 IsPciHotPlugBus (\r
   PCI_IO_DEVICE                       *PciIoDevice\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -419,7 +419,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
 // TODO:    EFI_SUCCESS - add return value to function comment\r