Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tools: usbip: detach: avoid calling strlen() at each iteration | Eric Curtin | 2015-09-22 |
| | | | | | | | | | Instead of calling strlen on every iteration of the for loop, just call it once and cache the result in a temporary local variable which will be used in the for loop instead. Signed-off-by: Eric Curtin <ericcurtin17@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
* | usbip: move usbip userspace code out of staging | Valentina Manea | 2014-08-25 |
At this point, USB/IP userspace code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |