aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_ahci.c
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2021-12-26 07:52:38 +0000
committerToomas Soome <tsoome@FreeBSD.org>2021-12-27 17:58:10 +0000
commitc2fa905cf6c1cf1938a0353679e3bd0b617ca179 (patch)
treedc05c5b079b09f2fba2a9c44c7bcb6ce6e764448 /usr.sbin/bhyve/pci_ahci.c
parent62ed2d0152dce6da883fef753e0995e6d85e0cf1 (diff)
downloadsrc-c2fa905cf6c1cf1938a0353679e3bd0b617ca179.tar.gz
src-c2fa905cf6c1cf1938a0353679e3bd0b617ca179.zip
bhyve: clean up trailing whitespaces
Clean up trailing whitespaces. No functional changes. Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D33681
Diffstat (limited to 'usr.sbin/bhyve/pci_ahci.c')
-rw-r--r--usr.sbin/bhyve/pci_ahci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/pci_ahci.c b/usr.sbin/bhyve/pci_ahci.c
index 38ec87c34eed..316fbcf0f18d 100644
--- a/usr.sbin/bhyve/pci_ahci.c
+++ b/usr.sbin/bhyve/pci_ahci.c
@@ -1937,7 +1937,7 @@ ata_ioreq_cb(struct blockif_req *br, int err)
if (!err && aior->more) {
if (dsm)
ahci_handle_dsm_trim(p, slot, cfis, aior->done);
- else
+ else
ahci_handle_rw(p, slot, cfis, aior->done);
goto out;
}
@@ -2470,7 +2470,7 @@ pci_ahci_init(struct vmctx *ctx, struct pci_devinst *pi, nvlist_t *nvl)
sc->ports = p;
ret = 1;
goto open_fail;
- }
+ }
sc->port[p].bctx = bctxt;
sc->port[p].pr_sc = sc;
sc->port[p].port = p;