summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr/osd_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/asr/osd_unix.h')
-rw-r--r--sys/dev/asr/osd_unix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h
index 127c652..0b8acec 100644
--- a/sys/dev/asr/osd_unix.h
+++ b/sys/dev/asr/osd_unix.h
@@ -135,7 +135,7 @@ typedef struct {
uCHAR Reserved3; /* Reserved Field */
} DptReadConfig_t;
-#if defined ( _DPT_SOLARIS )
+#if defined(_DPT_SOLARIS)
#include <sys/types.h>
#include <sys/ddidmareq.h>
@@ -209,7 +209,7 @@ typedef struct {
/* Inform driver to reset adapter */
#define I2ORESETCMD _IO('D',78)
-#elif defined (SNI_MIPS)
+#elif defined(SNI_MIPS)
/* Unix Ioctl Command definitions */
#define EATAUSRCMD (('D'<<8)|65)
OpenPOWER on IntegriCloud