Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: usbip: Fix typo in printed text

Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Christopher Harvey and committed by
Greg Kroah-Hartman
3567f979 2f5c638c

+1 -1
+1 -1
drivers/staging/usbip/vhci_rx.c
··· 162 162 * already received the result of its submit result and gave 163 163 * back the URB. 164 164 */ 165 - pr_info("the urb (seqnum %d) was already given backed\n", 165 + pr_info("the urb (seqnum %d) was already given back\n", 166 166 pdu->base.seqnum); 167 167 } else { 168 168 usbip_dbg_vhci_rx("now giveback urb %p\n", urb);