diff options
author | 2006-09-18 12:37:29 +0000 | |
---|---|---|
committer | 2006-09-18 12:37:29 +0000 | |
commit | 21a90b86d686a612225e7fc87a62a146fba9bf09 (patch) | |
tree | 05e835be08f8041d3dce00ab602bb0a5e3e6b3a2 /sys | |
parent | get rid of the usb_port.h macros that wrap our kthread create functions. (diff) | |
download | wireguard-openbsd-21a90b86d686a612225e7fc87a62a146fba9bf09.tar.xz wireguard-openbsd-21a90b86d686a612225e7fc87a62a146fba9bf09.zip |
tiny whitespace nit
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/mpireg.h | 3 |
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; |