Skip to content

Commit

Permalink
staging: usbip: Fix typo in printed text
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Christopher Harvey authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent 2f5c638 commit 3567f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbip/vhci_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3567f97

Please sign in to comment.