]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
Update For R9 Review.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciRomTable.c
index 339b33c8a13be692d5dd78446de2dcc2ff7782f2..f64c64ee39b5a61d799e818bf1e2a73f7e973b97 100644 (file)
@@ -1,4 +1,4 @@
-/**@file\r
+/** @file\r
   Option Rom Support for PCI Bus Driver\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
@@ -30,14 +30,14 @@ UINTN                      mMaxNumberOfPciRomImages  = 0;
 EFI_PCI_ROM_IMAGE_MAPPING  *mRomImageTable           = NULL;\r
 \r
 /**\r
-  Add the Rom Image to internal database for later PCI light enumeration\r
+  Add the Rom Image to internal database for later PCI light enumeration.\r
   \r
-  @param ImageHandle    Option Rom image handle\r
-  @param Seg            Segment of PCI space\r
-  @param Bus            Bus NO of PCI space\r
-  @param Dev            Dev NO of PCI space\r
-  @param Func           Func NO of PCI space\r
-  @param RomAddress     Base address of OptionRom\r
+  @param ImageHandle    Option Rom image handle.\r
+  @param Seg            Segment of PCI space.\r
+  @param Bus            Bus NO of PCI space.\r
+  @param Dev            Dev NO of PCI space.\r
+  @param Func           Func NO of PCI space.\r
+  @param RomAddress     Base address of OptionRom.\r
   @param RomLength      Length of rom image.\r
 **/\r
 VOID\r