summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-20 15:49:02 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-20 15:49:02 +0000
commit27847060332dc7764241a65de06df990a5ba8b0f (patch)
treede54dd0d85e5f9509eea5d090efb8fac3ca3d15c /sys/scsi/st.c
parent345da9e5a028451a3b354e393cebbecdfc6c7aa8 (diff)
downloadFreeBSD-src-27847060332dc7764241a65de06df990a5ba8b0f.zip
FreeBSD-src-27847060332dc7764241a65de06df990a5ba8b0f.tar.gz
>From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>
Date: Wed, 20 Oct 1993 18:28:44 +0300 Editors Note: Line ended with comma (``,'') instead of semicolon (``;''), this should not have effected the code. Submitter made no comments other than it was ``simple''.
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 1466544..e367389 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -15,7 +15,7 @@
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
* major changes by Julian Elischer (julian@jules.dialix.oz.au) May 1993
*
- * $Id: st.c,v 1.10 1993/10/11 04:53:23 rgrimes Exp $
+ * $Id: st.c,v 1.11 1993/10/16 17:21:10 rgrimes Exp $
*/
@@ -914,7 +914,7 @@ struct buf *bp;
dp = &((*dp)->b_actf);
}
*dp = bp;
- bp->b_actf = NULL,
+ bp->b_actf = NULL;
/*******************************************************\
* Tell the device to get going on the transfer if it's *
OpenPOWER on IntegriCloud