summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-04-02 11:31:58 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-04-02 11:31:58 +0000
commit4a36791a7e2be1f88e0a9b4effe8e110fefaabe7 (patch)
treea1b61e5a1bd0afcd11f9eacc9403bb521922e204 /sys
parentf6665253ad82c1684eaeab9cc06d4029c4328b91 (diff)
whitespace fix, no functional change
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/mpath_rdac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/mpath_rdac.c b/sys/scsi/mpath_rdac.c
index 3b6ff4ffe0e..a3b39f2d7d3 100644
--- a/sys/scsi/mpath_rdac.c
+++ b/sys/scsi/mpath_rdac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpath_rdac.c,v 1.20 2014/04/02 10:37:59 dlg Exp $ */
+/* $OpenBSD: mpath_rdac.c,v 1.21 2014/04/02 11:31:57 dlg Exp $ */
/*
* Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
@@ -305,7 +305,7 @@ rdac_status(struct scsi_xfer *xs)
struct scsi_link *link = xs->sc_link;
struct rdac_softc *sc = link->device_softc;
- scsi_init_inquiry(xs, SI_EVPD, RDAC_VPD_VOLACCESSCTL,
+ scsi_init_inquiry(xs, SI_EVPD, RDAC_VPD_VOLACCESSCTL,
sc->sc_pg, sizeof(*sc->sc_pg));
xs->done = rdac_status_done;