summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-22 12:50:45 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-22 12:50:45 +0000
commit407310479c5973167e7dc5aa3b82545ca57aab88 (patch)
tree51b0024cb2a96b6eeda19faed047a99b1caced6e /MdePkg/Include/Library
parent46d0f8abcd0bb1e784c938283452a5c4a314c44d (diff)
downloadedk2-platforms-407310479c5973167e7dc5aa3b82545ca57aab88.tar.xz
detab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7089 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/PciSegmentLib.h14
-rw-r--r--MdePkg/Include/Library/PrintLib.h6
2 files changed, 10 insertions, 10 deletions
diff --git a/MdePkg/Include/Library/PciSegmentLib.h b/MdePkg/Include/Library/PciSegmentLib.h
index ee9600f91c..9eaab0c2e7 100644
--- a/MdePkg/Include/Library/PciSegmentLib.h
+++ b/MdePkg/Include/Library/PciSegmentLib.h
@@ -6,13 +6,13 @@
address parameter that encodes the PCI Segment, PCI Bus, PCI Device, PCI Function, and PCI Register.
The layout of this address parameter is as follows:
- PCI Register: Bits 0..11
- PCI Function Bits 12..14
- PCI Device Bits 15..19
- PCI Bus Bits 20..27
- Reserved Bits 28..31. Must be 0.
- PCI Segment Bits 32..47
- Reserved Bits 48..63. Must be 0.
+ PCI Register: Bits 0..11
+ PCI Function Bits 12..14
+ PCI Device Bits 15..19
+ PCI Bus Bits 20..27
+ Reserved Bits 28..31. Must be 0.
+ PCI Segment Bits 32..47
+ Reserved Bits 48..63. Must be 0.
| Reserved (MBZ) | Segment | Reserved (MBZ) | Bus | Device | Function | Register |
63 48 47 32 31 28 27 20 19 15 14 12 11 0
diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h
index d908898585..258324a93b 100644
--- a/MdePkg/Include/Library/PrintLib.h
+++ b/MdePkg/Include/Library/PrintLib.h
@@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
%[flags][width][.precision]type
[flags]:
- - -
+ - -
- The field is left justified. If not flag is not specified, then the
field is right justified.
- - space
+ - space
- Prefix a space character to a number. Only valid for types X, x, and d.
- - +
+ - +
- Prefix a plus character to a number. Only valid for types X, x, and d.
If both space and + are specified, then space is ignored.
- 0