Commit 595914fe authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman

staging:ozwpan:ozhcd.c Fix typos in staging:ozwpan

The below patch fixes a typo that I found while reading.
Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Acked-by: default avatarChris Kelly <ckelly@ozmodevices.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 535f2a5f
...@@ -1463,7 +1463,7 @@ static void oz_process_ep0_urb(struct oz_hcd *ozhcd, struct urb *urb, ...@@ -1463,7 +1463,7 @@ static void oz_process_ep0_urb(struct oz_hcd *ozhcd, struct urb *urb,
rc = -ENOMEM; rc = -ENOMEM;
} else { } else {
/* Note: we are queuing the request after we have /* Note: we are queuing the request after we have
* submitted it to be tranmitted. If the request were * submitted it to be transmitted. If the request were
* to complete before we queued it then it would not * to complete before we queued it then it would not
* be found in the queue. It seems impossible for * be found in the queue. It seems impossible for
* this to happen but if it did the request would * this to happen but if it did the request would
......
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