projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a4821d
)
USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 22 Nov 2017 19:39:53 +0000
(19:39 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 14:08:43 +0000
(15:08 +0100)
Trivial fix to spelling mistake in error message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vhci_rx.c
patch
|
blob
|
history
diff --git
a/drivers/usb/usbip/vhci_rx.c
b/drivers/usb/usbip/vhci_rx.c
index 90577e8b2282393014558da959125345b1f7008c..a9813f1d507d240bb33bd0618abe6350f8f303a7 100644
(file)
--- a/
drivers/usb/usbip/vhci_rx.c
+++ b/
drivers/usb/usbip/vhci_rx.c
@@
-31,7
+31,7
@@
struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum)
/* fall through */
case -ECONNRESET:
dev_info(&urb->dev->dev,
- "urb %p was unlinked %ssynchron
u
ously.\n", urb,
+ "urb %p was unlinked %ssynchronously.\n", urb,
status == -ENOENT ? "" : "a");
break;
case -EINPROGRESS: