summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-09-18 12:37:30 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-09-18 12:37:30 +0000
commitd6bc6a36da17f9a7d7653557a37f63aab93f5770 (patch)
tree8c6e2cbad134b227d9d4f627e48c67657028d638
parent5be0880e78cb230a66c84297a92fdfbffda4ffaa (diff)
tiny whitespace nit
-rw-r--r--sys/dev/ic/mpireg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/mpireg.h b/sys/dev/ic/mpireg.h
index 33a1a3122f8..cfd5535a2a8 100644
--- a/sys/dev/ic/mpireg.h
+++ b/sys/dev/ic/mpireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpireg.h,v 1.28 2006/07/09 13:29:30 dlg Exp $ */
+/* $OpenBSD: mpireg.h,v 1.29 2006/09/18 12:37:29 dlg Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -718,7 +718,6 @@ struct mpi_msg_scsi_io_error {
#define MPI_SCSIIO_ERR_STATE_TERMINATED (1<<4)
#define MPI_SCSIIO_ERR_STATE_RESPONSE_INFO_VALID (1<<5)
#define MPI_SCSIIO_ERR_STATE_QUEUE_TAG_REJECTED (1<<6)
-
u_int16_t ioc_status;
u_int32_t ioc_loginfo;