From: kstailey Date: Tue, 11 Mar 1997 03:19:16 +0000 (+0000) Subject: added whitespace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9bce78c018fea742a8407b23e39afb1f19bb70c4;p=openbsd added whitespace. --- 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;