]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: usbip: Fix typo in printed text
authorChristopher Harvey <charvey@matrox.com>
Thu, 22 Mar 2012 20:57:50 +0000 (16:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:47:06 +0000 (09:47 -0700)
Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/vhci_rx.c

index f5fba7320c5ae49d61f08dace47c1f165dbc07a0..f0eaf04fa25b36fafa4a79e74b08d54b42ddf4a4 100644 (file)
@@ -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);