diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-11-10 10:51:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-11-10 10:51:04 +0000 |
commit | 5ffa1d75938d8632bd717fa5616f358d79f77ae7 (patch) | |
tree | 6c2d9a6b219129bdcf27f1ae315d53aadb0a3692 | |
parent | 27b13d6cff64beb930a994f168068f7e88fd3010 (diff) |
remove a stale comment from a previous revision of the diff i
committed. i hate comments. i read and change the code and then
forget about the comments.
pointed out by krw@
-rw-r--r-- | sys/scsi/scsi_base.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 4d3a14b5b8b..62afc3910d4 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.140 2009/11/10 10:18:59 dlg Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.141 2009/11/10 10:51:03 dlg Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -730,7 +730,6 @@ retry: case NO_CCB: /* * Give the xs back to the device driver to retry on its own. - * Setting retries to 0 prevents the midlayer retrying for us. */ xs->error = XS_NO_CCB; |