From 95ccf0a8863b0eeb75dd383cb5ac863c825286f2 Mon Sep 17 00:00:00 2001 From: Paul Peavyhouse Date: Mon, 25 Oct 2021 21:06:23 -0700 Subject: [PATCH] Issue #268 Fix typo "bind" to "unbind" --- userspace/src/usbip/usbip_unbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/src/usbip/usbip_unbind.c b/userspace/src/usbip/usbip_unbind.c index b96a1f2c..14adcb6b 100644 --- a/userspace/src/usbip/usbip_unbind.c +++ b/userspace/src/usbip/usbip_unbind.c @@ -76,7 +76,7 @@ static int unbind_device(char *busid) return 3; } } - info("bind device on busid %s: complete", busid); + info("unbind device on busid %s: complete", busid); return 0; }