aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorChristopher Harvey <charvey@matrox.com>2012-03-22 16:57:50 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 09:47:06 -0700
commit3567f97965aa58b6acdfaf1ac86eed62905369ea (patch)
tree5242ddc2a59f7bef17fa2a920fe3e33e4c4e36f2 /drivers/staging/usbip
parent2f5c638ced00fff2356ce0a02f16c8e928259750 (diff)
staging: usbip: Fix typo in printed text
Signed-off-by: Christopher Harvey <charvey@matrox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/vhci_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci_rx.c b/drivers/staging/usbip/vhci_rx.c
index f5fba7320c5..f0eaf04fa25 100644
--- a/drivers/staging/usbip/vhci_rx.c
+++ b/drivers/staging/usbip/vhci_rx.c
@@ -162,7 +162,7 @@ static void vhci_recv_ret_unlink(struct vhci_device *vdev,
* already received the result of its submit result and gave
* back the URB.
*/
- pr_info("the urb (seqnum %d) was already given backed\n",
+ pr_info("the urb (seqnum %d) was already given back\n",
pdu->base.seqnum);
} else {
usbip_dbg_vhci_rx("now giveback urb %p\n", urb);