svn commit: r334951 - head/usr.sbin/bhyve
Marcelo Araujo
araujo at FreeBSD.org
Mon Jun 11 15:18:32 UTC 2018
Author: araujo
Date: Mon Jun 11 15:18:31 2018
New Revision: 334951
URL: https://svnweb.freebsd.org/changeset/base/334951
Log:
More style(9) fixes, space vs tab.
Modified:
head/usr.sbin/bhyve/pci_virtio_block.c
Modified: head/usr.sbin/bhyve/pci_virtio_block.c
==============================================================================
--- head/usr.sbin/bhyve/pci_virtio_block.c Mon Jun 11 14:45:34 2018 (r334950)
+++ head/usr.sbin/bhyve/pci_virtio_block.c Mon Jun 11 15:18:31 2018 (r334951)
@@ -111,7 +111,7 @@ struct virtio_blk_hdr {
#define VBH_OP_FLUSH_OUT 5
#define VBH_OP_IDENT 8
#define VBH_FLAG_BARRIER 0x80000000 /* OR'ed into vbh_type */
- uint32_t vbh_type;
+ uint32_t vbh_type;
uint32_t vbh_ioprio;
uint64_t vbh_sector;
} __packed;
@@ -125,8 +125,8 @@ static int pci_vtblk_debug;
struct pci_vtblk_ioreq {
struct blockif_req io_req;
- struct pci_vtblk_softc *io_sc;
- uint8_t *io_status;
+ struct pci_vtblk_softc *io_sc;
+ uint8_t *io_status;
uint16_t io_idx;
};
More information about the svn-src-all
mailing list