diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 03:19:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 03:19:17 +0000 |
commit | 1b301f2ae51a4ebfc354000cc614c51c00687892 (patch) | |
tree | 5686bea73bc3df7d5ce8e0f49d667ad786485cbb /sys | |
parent | 245800aeccc717ae5ee6d36beeae39657f7b56ce (diff) |
added whitespace.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/ss.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c index ba57744edee..cd906c3e388 100644 --- a/sys/scsi/ss.c +++ b/sys/scsi/ss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ss.c,v 1.24 1997/03/11 00:45:19 kstailey Exp $ */ +/* $OpenBSD: ss.c,v 1.25 1997/03/11 03:19:16 kstailey Exp $ */ /* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */ /* @@ -317,7 +317,7 @@ ss_identify_scanner(ss, inqbuf) } printf("%s\n", ss->quirkdata->name); } else { - printf("generic scanner\n"); /* good luck 8c{)] */ + printf(" generic scanner\n"); /* good luck 8c{)] */ } } @@ -501,8 +501,8 @@ ssstrategy(bp) /* * Place it in the queue of activities for this scanner - * at the end (a bit silly because we only have on user.. - * (but it could fork())) + * at the end (a bit silly because we only have on user..) + * (but it could fork() or dup()) */ dp = &ss->buf_queue; bp->b_actf = NULL; |