]> git.proxmox.com Git - mirror_edk2.git/commitdiff
detab
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Dec 2008 12:50:45 +0000 (12:50 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Dec 2008 12:50:45 +0000 (12:50 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7089 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Base.h
MdePkg/Include/Library/PciSegmentLib.h
MdePkg/Include/Library/PrintLib.h

index 015ae667ecc15f7a03965ea768571450c333d5f8..031faa7eff7643ee1d2f287ea4faef8db7a081f1 100644 (file)
@@ -405,7 +405,7 @@ typedef INTN RETURN_STATUS;
 /**\r
   Produces a RETURN_STATUS code with the highest bit set. \r
 \r
-  @param  StatusCode   The status code value to convert into a warning code.  \r
+  @param  StatusCode    The status code value to convert into a warning code.  \r
                         StatusCode must be in the range 0x00000000..0x7FFFFFFF.\r
 \r
   @return The value specified by StatusCode with the highest bit set.\r
@@ -416,7 +416,7 @@ typedef INTN RETURN_STATUS;
 /**\r
   Produces a RETURN_STATUS code with the highest bit clear. \r
 \r
-  @param  StatusCode   The status code value to convert into a warning code.  \r
+  @param  StatusCode    The status code value to convert into a warning code.  \r
                         StatusCode must be in the range 0x00000000..0x7FFFFFFF.\r
 \r
   @return The value specified by StatusCode with the highest bit clear.\r
@@ -429,7 +429,7 @@ typedef INTN RETURN_STATUS;
 \r
   This function returns TRUE if StatusCode has the high bit set.  Otherwise FALSE is returned.  \r
   \r
-  @param  StatusCode   The status code value to evaluate.\r
+  @param  StatusCode    The status code value to evaluate.\r
 \r
   @retval TRUE          The high bit of StatusCode is set.\r
   @retval FALSE         The high bit of StatusCode is clear.\r
index ee9600f91c8c1bf8c59e87acef2f8111fffbf5d6..9eaab0c2e77ef45dfb7f9f4dc4210a92f15467a4 100644 (file)
@@ -6,13 +6,13 @@
   address parameter that encodes the PCI Segment, PCI Bus, PCI Device, PCI Function, and PCI Register.  \r
   The layout of this address parameter is as follows:\r
   \r
-            PCI Register:      Bits 0..11\r
-            PCI Function       Bits 12..14\r
-            PCI Device Bits 15..19\r
-            PCI Bus    Bits 20..27\r
-            Reserved   Bits 28..31.  Must be 0.\r
-            PCI Segment        Bits 32..47\r
-            Reserved   Bits 48..63.  Must be 0.\r
+            PCI Register: Bits 0..11\r
+            PCI Function  Bits 12..14\r
+            PCI Device  Bits 15..19\r
+            PCI Bus Bits 20..27\r
+            Reserved  Bits 28..31.  Must be 0.\r
+            PCI Segment Bits 32..47\r
+            Reserved  Bits 48..63.  Must be 0.\r
             \r
   | Reserved (MBZ) | Segment | Reserved (MBZ) |     Bus     | Device | Function | Register |\r
   63             48  47    32  31           28 27         20 19    15 14      12 11         0\r
index d908898585afc7d74c8707d46d77fc2717438a36..258324a93b0470e63b9839c8bc4a002112cfb189 100644 (file)
@@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     %[flags][width][.precision]type\r
 \r
   [flags]:\r
-    - -              \r
+    - -       \r
       - The field is left justified.  If not flag is not specified, then the \r
         field is right justified.\r
-    - space      \r
+    - space   \r
       - Prefix a space character to a number.  Only valid for types X, x, and d.\r
-    - +        \r
+    - + \r
       - Prefix a plus character to a number.  Only valid for types X, x, and d.  \r
         If both space and + are specified, then space is ignored.\r
     - 0\r