Revision: 15001
          http://sourceforge.net/p/edk2/code/15001
Author:   jljusten
Date:     2013-12-18 19:57:18 +0000 (Wed, 18 Dec 2013)
Log Message:
-----------
OvmfPkg: IndustryStandard/VirtioBlk: add extra horizontal whitespace

We're going to introduce a new macro and a new VIRTIO_BLK_CONFIG member
that need realignment of existing definitions and comments. Separate out
the whitespace changes in this patch.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

Modified Paths:
--------------
    trunk/edk2/OvmfPkg/Include/IndustryStandard/VirtioBlk.h

Modified: trunk/edk2/OvmfPkg/Include/IndustryStandard/VirtioBlk.h
===================================================================
--- trunk/edk2/OvmfPkg/Include/IndustryStandard/VirtioBlk.h     2013-12-18 
05:51:22 UTC (rev 15000)
+++ trunk/edk2/OvmfPkg/Include/IndustryStandard/VirtioBlk.h     2013-12-18 
19:57:18 UTC (rev 15001)
@@ -26,13 +26,13 @@
 //
 #pragma pack(1)
 typedef struct {
-  UINT64     Capacity;
-  UINT32     SizeMax;
-  UINT32     SegMax;
-  UINT16     Cylinders;
-  UINT8      Heads;
-  UINT8      Sectors;
-  UINT32     BlkSize;
+  UINT64              Capacity;
+  UINT32              SizeMax;
+  UINT32              SegMax;
+  UINT16              Cylinders;
+  UINT8               Heads;
+  UINT8               Sectors;
+  UINT32              BlkSize;
 } VIRTIO_BLK_CONFIG;
 #pragma pack()
 
@@ -44,12 +44,12 @@
 #define VIRTIO_BLK_F_SEG_MAX  BIT2
 #define VIRTIO_BLK_F_GEOMETRY BIT4
 #define VIRTIO_BLK_F_RO       BIT5
-#define VIRTIO_BLK_F_BLK_SIZE BIT6 // treated as "logical block size" in
-                                   // practice; actual host side implementation
-                                   // negotiates "optimal" block size
-                                   // separately
+#define VIRTIO_BLK_F_BLK_SIZE BIT6  // treated as "logical block size" in
+                                    // practice; actual host side
+                                    // implementation negotiates "optimal"
+                                    // block size separately
 #define VIRTIO_BLK_F_SCSI     BIT7
-#define VIRTIO_BLK_F_FLUSH    BIT9 // identical to "write cache enabled"
+#define VIRTIO_BLK_F_FLUSH    BIT9  // identical to "write cache enabled"
 
 //
 // We keep the status byte separate from the rest of the virtio-blk request

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to