# 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.599 -> 1.600 # drivers/usb/usb-uhci.c 1.25 -> 1.26 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/08/21 james@cobaltmountain.com 1.600 # [PATCH] drivers_usb_usb-uhci.c, typo: the the, missing 'of' # # -------------------------------------------- # diff -Nru a/drivers/usb/usb-uhci.c b/drivers/usb/usb-uhci.c --- a/drivers/usb/usb-uhci.c Wed Aug 21 11:47:09 2002 +++ b/drivers/usb/usb-uhci.c Wed Aug 21 11:47:09 2002 @@ -1176,7 +1176,7 @@ if (urb->status == -EINPROGRESS) { - // move descriptors out the the running chains, dequeue urb + // move descriptors out of the running chains, dequeue urb uhci_unlink_urb_async(s, urb, UNLINK_ASYNC_DONT_STORE); urb_priv = urb->hcpriv;