summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-18 00:12:13 +0000
committerwollman <wollman@FreeBSD.org>1993-11-18 00:12:13 +0000
commit6738caeaa0dfd26a11f1e2b8f8ce7aa5e67be8c3 (patch)
tree6ad34bf392e9cc067ee9929de46c63565b4866e4 /sys/scsi
parentcaec23e957d33562b11cce9fdecc0c33749bd1b8 (diff)
downloadFreeBSD-src-6738caeaa0dfd26a11f1e2b8f8ce7aa5e67be8c3.zip
FreeBSD-src-6738caeaa0dfd26a11f1e2b8f8ce7aa5e67be8c3.tar.gz
Fixed comments.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index fd4879c..f5de591 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.9 1993/09/20 06:27:02 rgrimes Exp $
+ * $Id: cd.c,v 1.10 1993/09/21 05:30:35 rgrimes Exp $
*/
#define SPLCD splbio
@@ -1223,7 +1223,7 @@ struct cd_mode_data *data;
scsi_cmd.byte2 |= SMS_PF;
scsi_cmd.length = sizeof(*data) & 0xff;
data->header.data_length = 0;
- /*show_mem(data,sizeof(*data));/**/
+ /*show_mem(data,sizeof(*data));*/
return (cd_scsi_cmd(unit,
&scsi_cmd,
sizeof(scsi_cmd),
OpenPOWER on IntegriCloud