Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-22 | tools: usbip: detach: avoid calling strlen() at each iteration | Eric Curtin | |
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> | |||
2014-08-25 | usbip: move usbip userspace code out of staging | Valentina Manea | |
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> |