diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/message.c | 2 | ||||
-rw-r--r-- | drivers/usb/core/urb.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index bb315970e475..874d1a406ebc 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c | |||
@@ -179,7 +179,7 @@ EXPORT_SYMBOL_GPL(usb_control_msg); | |||
179 | * | 179 | * |
180 | * Return: | 180 | * Return: |
181 | * If successful, 0. Otherwise a negative error number. The number of actual | 181 | * If successful, 0. Otherwise a negative error number. The number of actual |
182 | * bytes transferred will be stored in the @actual_length paramater. | 182 | * bytes transferred will be stored in the @actual_length parameter. |
183 | */ | 183 | */ |
184 | int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe, | 184 | int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe, |
185 | void *data, int len, int *actual_length, int timeout) | 185 | void *data, int len, int *actual_length, int timeout) |
diff --git a/drivers/usb/core/urb.c b/drivers/usb/core/urb.c index e62208356c89..e726f5e80448 100644 --- a/drivers/usb/core/urb.c +++ b/drivers/usb/core/urb.c | |||
@@ -834,7 +834,7 @@ EXPORT_SYMBOL_GPL(usb_unpoison_anchored_urbs); | |||
834 | * | 834 | * |
835 | * this allows all outstanding URBs to be unlinked starting | 835 | * this allows all outstanding URBs to be unlinked starting |
836 | * from the back of the queue. This function is asynchronous. | 836 | * from the back of the queue. This function is asynchronous. |
837 | * The unlinking is just tiggered. It may happen after this | 837 | * The unlinking is just triggered. It may happen after this |
838 | * function has returned. | 838 | * function has returned. |
839 | * | 839 | * |
840 | * This routine should not be called by a driver after its disconnect | 840 | * This routine should not be called by a driver after its disconnect |