aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/urb.c')
-rw-r--r--drivers/usb/core/urb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/urb.c b/drivers/usb/core/urb.c
index 9ff665f1322f..991386ceb4ec 100644
--- a/drivers/usb/core/urb.c
+++ b/drivers/usb/core/urb.c
@@ -831,7 +831,7 @@ EXPORT_SYMBOL_GPL(usb_unpoison_anchored_urbs);
831 * 831 *
832 * this allows all outstanding URBs to be unlinked starting 832 * this allows all outstanding URBs to be unlinked starting
833 * from the back of the queue. This function is asynchronous. 833 * from the back of the queue. This function is asynchronous.
834 * The unlinking is just tiggered. It may happen after this 834 * The unlinking is just triggered. It may happen after this
835 * function has returned. 835 * function has returned.
836 * 836 *
837 * This routine should not be called by a driver after its disconnect 837 * This routine should not be called by a driver after its disconnect