summaryrefslogtreecommitdiff
path: root/sys/scsi/cd_scsi.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-22 14:35:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-22 14:35:44 +0000
commita232614599face9788bb78b9f15995dc01f7568b (patch)
treebf91b5a0335164b1244f1cca835834825f53ee0a /sys/scsi/cd_scsi.c
parentf42d8b99248945a02177adb0c2d42667133940d2 (diff)
KNF
Diffstat (limited to 'sys/scsi/cd_scsi.c')
-rw-r--r--sys/scsi/cd_scsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd_scsi.c b/sys/scsi/cd_scsi.c
index 1458049ea57..9f57e80327f 100644
--- a/sys/scsi/cd_scsi.c
+++ b/sys/scsi/cd_scsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd_scsi.c,v 1.2 2000/07/18 06:26:29 csapuntz Exp $ */
+/* $OpenBSD: cd_scsi.c,v 1.3 2001/06/22 14:35:42 deraadt Exp $ */
/* $NetBSD: cd_scsi.c,v 1.14 1998/08/31 22:28:06 cgd Exp $ */
/*-
@@ -110,7 +110,7 @@ cd_scsibus_get_mode(cd, data, page, len, flags)
{
struct scsi_mode_sense scsi_cmd;
-#ifdef DIAGNOSTIC
+#ifdef DIAGNOSTIC
if (len == 0 || len > 256) {
printf ("cd_scsibus_get_mode: Mode page %02x request "
"bad size: %d bytes\n", page, len);