mirror of https://github.com/acidanthera/audk.git
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 <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15001 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d4468cdf14
commit
1d17076b00
|
@ -45,9 +45,9 @@ typedef struct {
|
|||
#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
|
||||
// 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue