summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-15 08:59:29 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-15 08:59:29 +0000
commit7d9333a9a73961dcab0e41e2d3092d49ec536166 (patch)
tree3229fcf40c7318147da07e58f4edb7f19ee32242 /MdePkg
parent7936fb6a1f1a7236280fb13d0ff3c91da1145613 (diff)
downloadedk2-7d9333a9a73961dcab0e41e2d3092d49ec536166.zip
edk2-7d9333a9a73961dcab0e41e2d3092d49ec536166.tar.gz
edk2-7d9333a9a73961dcab0e41e2d3092d49ec536166.tar.bz2
code scrub
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5473 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/GraphicsLib.h2
-rw-r--r--MdePkg/Include/Library/PciSegmentLib.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/GraphicsLib.h b/MdePkg/Include/Library/GraphicsLib.h
index 5a0d185..31a391b 100644
--- a/MdePkg/Include/Library/GraphicsLib.h
+++ b/MdePkg/Include/Library/GraphicsLib.h
@@ -183,7 +183,7 @@ LockKeyboards (
@param[in] Fmt Print format sting. See definition of Print
@param[in] ... Argumnet stream defined by Fmt string
- @retval UINTN Number of Characters printed
+ @return Number of Characters printed.
**/
UINTN
diff --git a/MdePkg/Include/Library/PciSegmentLib.h b/MdePkg/Include/Library/PciSegmentLib.h
index 82635d6..57f4c10 100644
--- a/MdePkg/Include/Library/PciSegmentLib.h
+++ b/MdePkg/Include/Library/PciSegmentLib.h
@@ -116,7 +116,7 @@ PciSegmentOr8 (
If any reserved bits in Address are set, then ASSERT().
@param Address Address that encodes the PCI Segment, Bus, Device, Function, and Register.
- @param Andata The value to AND with the PCI configuration register.
+ @param AndData The value to AND with the PCI configuration register.
@return The value written to the PCI configuration register.
@@ -390,7 +390,7 @@ PciSegmentOr16 (
If any reserved bits in Address are set, then ASSERT().
@param Address Address that encodes the PCI Segment, Bus, Device, Function, and Register.
- @param Andata The value to AND with the PCI configuration register.
+ @param AndData The value to AND with the PCI configuration register.
@return The value written to the PCI configuration register.
@@ -664,7 +664,7 @@ PciSegmentOr32 (
If any reserved bits in Address are set, then ASSERT().
@param Address Address that encodes the PCI Segment, Bus, Device, Function, and Register.
- @param Andata The value to AND with the PCI configuration register.
+ @param AndData The value to AND with the PCI configuration register.
@return The value written to the PCI configuration register.
@@ -690,7 +690,7 @@ PciSegmentAnd32 (
If any reserved bits in Address are set, then ASSERT().
@param Address Address that encodes the PCI Segment, Bus, Device, Function, and Register.
- @param Andata The value to AND with the PCI configuration register.
+ @param AndData The value to AND with the PCI configuration register.
@param OrData The value to OR with the PCI configuration register.
@return The value written to the PCI configuration register.