]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / pcibus.c
index 94f29157e8e327af331bf480d6f59bba406c91f0..05699821911850f053129f371aff311b3226e2b9 100644 (file)
@@ -45,7 +45,7 @@ PciBusEntryPoint (
   IN EFI_HANDLE         ImageHandle,\r
   IN EFI_SYSTEM_TABLE   *SystemTable\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -62,7 +62,7 @@ Returns:
   EFI_SUCCESS\r
   EFI_DEVICE_ERROR\r
 \r
---*/\r
+**/\r
 // TODO:    ImageHandle - add argument and description to function comment\r
 // TODO:    SystemTable - add argument and description to function comment\r
 {\r
@@ -99,7 +99,7 @@ PciBusDriverBindingSupported (
   IN EFI_HANDLE                     Controller,\r
   IN EFI_DEVICE_PATH_PROTOCOL       *RemainingDevicePath\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -115,7 +115,7 @@ Returns:
 \r
   EFI_SUCCESS\r
 \r
---*/\r
+**/\r
 // TODO:    This - add argument and description to function comment\r
 // TODO:    Controller - add argument and description to function comment\r
 // TODO:    RemainingDevicePath - add argument and description to function comment\r
@@ -193,7 +193,7 @@ PciBusDriverBindingStart (
   IN EFI_HANDLE                   Controller,\r
   IN EFI_DEVICE_PATH_PROTOCOL     *RemainingDevicePath\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -208,7 +208,7 @@ Arguments:
 Returns:\r
 \r
 \r
---*/\r
+**/\r
 // TODO:    This - add argument and description to function comment\r
 // TODO:    Controller - add argument and description to function comment\r
 // TODO:    RemainingDevicePath - add argument and description to function comment\r
@@ -262,7 +262,7 @@ PciBusDriverBindingStop (
   IN  UINTN                         NumberOfChildren,\r
   IN  EFI_HANDLE                    *ChildHandleBuffer\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -279,7 +279,7 @@ Arguments:
 Returns:\r
 \r
 \r
---*/\r
+**/\r
 // TODO:    This - add argument and description to function comment\r
 // TODO:    Controller - add argument and description to function comment\r
 // TODO:    NumberOfChildren - add argument and description to function comment\r