diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-06-30 12:32:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-06-30 12:32:54 +0000 |
commit | fbf84dce0028efed119ab7b6b5a6a701a38aa221 (patch) | |
tree | 7a222c8b4bac8aa95e4c3e5b42d677acaf4e6c42 | |
parent | abaf94e46d61c71009a879f681bb85465335c857 (diff) |
tabs, not spaces
-rw-r--r-- | sys/dev/ic/mpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c index c5c22aabb1b..1e21464a8f1 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.51 2006/06/30 08:29:42 dlg Exp $ */ +/* $OpenBSD: mpi.c,v 1.52 2006/06/30 12:32:53 dlg Exp $ */ /* * Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org> @@ -562,8 +562,8 @@ mpi_inq(struct mpi_softc *sc, u_int16_t target, int physdisk) DNPRINTF(MPI_D_PPR, "%s: mpi_inq\n", DEVNAME(sc)); - bzero(&inq, sizeof(inq)); - inq.opcode = INQUIRY; + bzero(&inq, sizeof(inq)); + inq.opcode = INQUIRY; ccb = mpi_get_ccb(sc); if (ccb == NULL) |