summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sctarg.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/scsi/sctarg.c
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/scsi/sctarg.c')
-rw-r--r--sys/scsi/sctarg.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c
index d7513db..2e433ac 100644
--- a/sys/scsi/sctarg.c
+++ b/sys/scsi/sctarg.c
@@ -1,4 +1,4 @@
-/*
+/*
* sctarg: Processor Type driver.
*
* Copyright (C) 1995, HD Associates, Inc.
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sctarg.c,v 1.1 1995/04/14 15:10:41 dufault Exp $
+ * $Id: sctarg.c,v 1.2 1995/05/03 18:09:15 dufault Exp $
*/
/*
@@ -156,7 +156,7 @@ struct scsi_link *sc_link)
* continues to be drained.
* sctargstart() is called at splbio
*/
-void
+void
sctargstart(unit)
u_int32 unit;
{
@@ -228,7 +228,7 @@ sctargstart(unit)
} /* go back and see if we can cram more work in.. */
}
-void
+void
sctarg_strategy(struct buf *bp, struct scsi_link *sc_link)
{
struct buf **dp;
@@ -241,9 +241,9 @@ sctarg_strategy(struct buf *bp, struct scsi_link *sc_link)
opri = splbio();
- /*
+ /*
* Use a bounce buffer if necessary
- */
+ */
#ifdef BOUNCE_BUFFERS
if (sc_link->flags & SDEV_BOUNCE)
vm_bounce_alloc(bp);
OpenPOWER on IntegriCloud