From: Christopher Harvey Date: Thu, 22 Mar 2012 20:57:50 +0000 (-0400) Subject: staging: usbip: Fix typo in printed text X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3567f97965aa58b6acdfaf1ac86eed62905369ea;p=~shefty%2Frdma-dev.git staging: usbip: Fix typo in printed text Signed-off-by: Christopher Harvey Signed-off-by: Greg Kroah-Hartman --- 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);