diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-12-09 21:02:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-12-09 21:02:52 +0000 |
commit | def5840f0aab79c220dfcf0affe9d3c6907c3230 (patch) | |
tree | 2df0c4a6af88e7a2b1cfd10d2ac6d430c0943ee5 | |
parent | 913bbff49d215233ff77193fa5df1d3e4318b9a9 (diff) |
Nuke stray comment referencing deceased TRY_AGAIN_LATER that dlg@
snuck back in.
Noticed by kettenis@.
-rw-r--r-- | sys/scsi/scsi_base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 70fbf7b546d..28e77487752 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.146 2009/12/07 00:09:27 krw Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.147 2009/12/09 21:02:51 krw Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -727,7 +727,7 @@ scsi_xs_exec(struct scsi_xfer *xs) /* * scsi_xs_exec() guarantees that scsi_done() will be called on the xs * it was given. The adapter is responsible for calling scsi_done() - * except if its scsi_cmd() routine returns NO_CCB or TRY_AGAIN_LATER. + * except if its scsi_cmd() routine returns NO_CCB. * In those cases we must call scsi_done() for it. */ |