patch-2.4.0-test12 linux/drivers/usb/storage/protocol.c

Next file: linux/drivers/usb/storage/scsiglue.c
Previous file: linux/drivers/usb/storage/freecom.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/drivers/usb/storage/protocol.c linux/drivers/usb/storage/protocol.c
@@ -1,6 +1,6 @@
 /* Driver for USB Mass Storage compliant devices
  *
- * $Id: protocol.c,v 1.6 2000/09/01 22:03:55 mdharm Exp $
+ * $Id: protocol.c,v 1.7 2000/11/13 22:28:33 mdharm Exp $
  *
  * Current development and maintenance by:
  *   (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
@@ -161,7 +161,7 @@
 		srb->cmnd[0] = srb->cmnd[0] | 0x20;
 		break;
 	} /* end switch on cmnd[0] */
-	
+
 	/* convert MODE_SELECT data here */
 	if (old_cmnd == MODE_SELECT)
 		usb_stor_scsiSense6to10(srb);
@@ -263,7 +263,7 @@
 
 	/* send the command to the transport layer */
 	usb_stor_invoke_transport(srb, us);
-	
+
 	/* Fix the MODE_SENSE data if we translated the command */
 	if ((old_cmnd == MODE_SENSE) && (status_byte(srb->result) == GOOD))
 		usb_stor_scsiSense10to6(srb);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)