mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
staging: usbip: Fix typo in printed text
Signed-off-by: Christopher Harvey <charvey@matrox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2f5c638ced
commit
3567f97965
@ -162,7 +162,7 @@ static void vhci_recv_ret_unlink(struct vhci_device *vdev,
|
|||||||
* already received the result of its submit result and gave
|
* already received the result of its submit result and gave
|
||||||
* back the URB.
|
* 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);
|
pdu->base.seqnum);
|
||||||
} else {
|
} else {
|
||||||
usbip_dbg_vhci_rx("now giveback urb %p\n", urb);
|
usbip_dbg_vhci_rx("now giveback urb %p\n", urb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user