# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.540   -> 1.541  
#       drivers/usb/storage/shuttle_usbat.c     1.8     -> 1.9    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/11      [EMAIL PROTECTED]  1.541
# USB storage
# 
# fixed typo in variable name.
# --------------------------------------------
#
diff -Nru a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c
--- a/drivers/usb/storage/shuttle_usbat.c       Sat May 11 22:29:10 2002
+++ b/drivers/usb/storage/shuttle_usbat.c       Sat May 11 22:29:10 2002
@@ -743,7 +743,7 @@
                                if (len - amount >= 
                                          sg[sg_segment].length-sg_offset) {
                                  memcpy(page_address(sg[sg_segment].page) +
-                                        sg[sg_sgement].offset + sg_offset,
+                                        sg[sg_segment].offset + sg_offset,
                                         buffer + amount,
                                         sg[sg_segment].length - sg_offset);
                                  amount += 

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to