Skip to content

Commit

Permalink
Issue #268 Fix typo "bind" to "unbind"
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpv committed Oct 26, 2021
1 parent 692ccb5 commit 95ccf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/src/usbip/usbip_unbind.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 95ccf0a

Please sign in to comment.