Commit a6fac0ad authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: fix up a comment in usb_unlink()

Thanks to David for pointing this out.
parent 2c1490f1
...@@ -383,7 +383,7 @@ int usb_unlink_urb(struct urb *urb) ...@@ -383,7 +383,7 @@ int usb_unlink_urb(struct urb *urb)
{ {
/* FIXME /* FIXME
* We should not care about the state here, but the host controllers * We should not care about the state here, but the host controllers
* die a horrible death if we submit a urb for a device that has been * die a horrible death if we unlink a urb for a device that has been
* physically removed. * physically removed.
*/ */
if (urb && if (urb &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment