diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-04-02 11:31:58 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-04-02 11:31:58 +0000 |
commit | 4a36791a7e2be1f88e0a9b4effe8e110fefaabe7 (patch) | |
tree | a1b61e5a1bd0afcd11f9eacc9403bb521922e204 /sys | |
parent | f6665253ad82c1684eaeab9cc06d4029c4328b91 (diff) |
whitespace fix, no functional change
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/mpath_rdac.c | 4 |
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; |