]> git.proxmox.com Git - mirror_edk2.git/commitdiff
code scrub
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Jul 2008 08:59:29 +0000 (08:59 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Jul 2008 08:59:29 +0000 (08:59 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5473 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/GraphicsLib.h
MdePkg/Include/Library/PciSegmentLib.h

index 5a0d1857fbd6adf9e015c005e877cf6d3b163748..31a391bd7ee5a9234c9d758877b7edb84fa5f05c 100644 (file)
@@ -183,7 +183,7 @@ LockKeyboards (
   @param[in]  Fmt          Print format sting. See definition of Print\r
   @param[in]  ...          Argumnet stream defined by Fmt string\r
 \r
-  @retval UINTN     Number of Characters printed\r
+  @return  Number of Characters printed.\r
 \r
 **/\r
 UINTN\r
index 82635d633db5a703fba3cd3957d4f0dfa64f4a76..57f4c10a345a4b2e4a1ed0f8186385bc40c11f0a 100644 (file)
@@ -116,7 +116,7 @@ PciSegmentOr8 (
   If any reserved bits in Address are set, then ASSERT().\r
 \r
   @param  Address   Address that encodes the PCI Segment, Bus, Device, Function, and Register.\r
-  @param  Andata    The value to AND with the PCI configuration register.\r
+  @param  AndData   The value to AND with the PCI configuration register.\r
 \r
   @return The value written to the PCI configuration register.\r
 \r
@@ -390,7 +390,7 @@ PciSegmentOr16 (
   If any reserved bits in Address are set, then ASSERT().\r
 \r
   @param  Address   Address that encodes the PCI Segment, Bus, Device, Function, and Register.\r
-  @param  Andata    The value to AND with the PCI configuration register.\r
+  @param  AndData   The value to AND with the PCI configuration register.\r
 \r
   @return The value written to the PCI configuration register.\r
 \r
@@ -664,7 +664,7 @@ PciSegmentOr32 (
   If any reserved bits in Address are set, then ASSERT().\r
 \r
   @param  Address   Address that encodes the PCI Segment, Bus, Device, Function, and Register.\r
-  @param  Andata    The value to AND with the PCI configuration register.\r
+  @param  AndData   The value to AND with the PCI configuration register.\r
 \r
   @return The value written to the PCI configuration register.\r
 \r
@@ -690,7 +690,7 @@ PciSegmentAnd32 (
   If any reserved bits in Address are set, then ASSERT().\r
 \r
   @param  Address   Address that encodes the PCI Segment, Bus, Device, Function, and Register.\r
-  @param  Andata    The value to AND with the PCI configuration register.\r
+  @param  AndData   The value to AND with the PCI configuration register.\r
   @param  OrData    The value to OR with the PCI configuration register.\r
 \r
   @return The value written to the PCI configuration register.\r