patch-2.4.7 linux/drivers/usb/storage/freecom.c

Next file: linux/drivers/usb/uhci.c
Previous file: linux/drivers/usb/serial/usbserial.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/drivers/usb/storage/freecom.c linux/drivers/usb/storage/freecom.c
@@ -96,7 +96,7 @@
 #define FCM_PACKET_OUTPUT 0x01
 
 /* Write a value to an ide register.  Or the ide register to write after
- * munging the addres a bit. */
+ * munging the address a bit. */
 #define FCM_PACKET_IDE_WRITE    0x40
 #define FCM_PACKET_IDE_READ     0xC0
 
@@ -412,7 +412,7 @@
 
         US_DEBUG(pdump ((void *) fst, partial));
 
-	/* while we haven't recieved the IRQ */
+	/* while we haven't received the IRQ */
 	while (!(fst->Status & 0x2)) {
 		/* send a command to re-fetch the status */
 		US_DEBUGP("Re-attempting to get status...\n");

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