From def5840f0aab79c220dfcf0affe9d3c6907c3230 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Wed, 9 Dec 2009 21:02:52 +0000 Subject: Nuke stray comment referencing deceased TRY_AGAIN_LATER that dlg@ snuck back in. Noticed by kettenis@. --- sys/scsi/scsi_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') 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. */ -- cgit v1.2.3