Re: Linux 2.1.88

Trevor Johnson (trevor@jpj.net)
Sat, 21 Feb 1998 09:19:20 -0800 (PST)


Trever Adams wrote:

> Line 481 of drivers/scsi/sr.c seems to be an unterminated comment
> lacking the /. Could someone please verify this as I just added the /
> at that point.

The real problem is a few lines earlier. That's probably what you meant,
but here it is in "diff" output.
___
Trevor Johnson

--- linux/drivers/scsi/sr.c.orig Fri Feb 20 20:38:06 1998
+++ linux/drivers/scsi/sr.c Sat Feb 21 09:05:21 1998
@@ -471,7 +471,7 @@
{
spin_unlock_irqrestore(&io_request_lock, flags);
scsi_ioctl(SDev, SCSI_IOCTL_DOORLOCK, 0);
- /* scsi_ioctl may allow CURRENT to change, so start over. *
+ /* scsi_ioctl may allow CURRENT to change, so start over. */
SDev->was_reset = 0;
continue;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu