diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-08-17 22:50:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-08-17 22:50:33 +0000 |
| commit | 1a3c917f9d8daf9ad673c264a2e0fe0025109d0e (patch) | |
| tree | ebf398010668cc2bb542a2cd863c39769afc3743 /sys/dev/ips | |
| parent | c487be961ac92a1af881053925347aa2575e6490 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ips')
| -rw-r--r-- | sys/dev/ips/ips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 4df3f2d59f81..1b32164d9065 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.h @@ -74,7 +74,7 @@ MALLOC_DECLARE(M_IPSBUF); #define ips_set_error(command, error) do { \ (command)->status.fields.basic_status = IPS_DRV_ERROR; \ (command)->status.fields.reserved = ((error) & 0x0f); \ -} while (0); +} while (0) #ifndef IPS_DEBUG #define DEVICE_PRINTF(x...) |
