Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3567f979 authored by Christopher Harvey's avatar Christopher Harvey Committed by Greg Kroah-Hartman
Browse files

staging: usbip: Fix typo in printed text

parent 2f5c638c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);