2.1.88 sr.c

ramune@relaypoint.net
Wed, 25 Feb 1998 23:37:08 -0800


Hi all!

Here's a small patch to fix a missing '/' in drivers/scsi/sr.c.
I don't know if something I did mangled my source tree, a patch was
mis-applied, or if it's in the main kernel tarball. Oh well.
Have fun! :-)

--- sr.c.old Sun Feb 22 19:02:12 1998
+++ sr.c Wed Feb 25 23:30:05 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