summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2006-09-18 12:37:29 +0000
committerdlg <dlg@openbsd.org>2006-09-18 12:37:29 +0000
commit21a90b86d686a612225e7fc87a62a146fba9bf09 (patch)
tree05e835be08f8041d3dce00ab602bb0a5e3e6b3a2
parentget rid of the usb_port.h macros that wrap our kthread create functions. (diff)
downloadwireguard-openbsd-21a90b86d686a612225e7fc87a62a146fba9bf09.tar.xz
wireguard-openbsd-21a90b86d686a612225e7fc87a62a146fba9bf09.zip
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;