linux_old1/tools/usb/usbip/src
Eric Curtin 0c61814544 tools: usbip: detach: avoid calling strlen() at each iteration
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>
2015-09-22 12:07:45 -07:00
..
Makefile.am
usbip.c
usbip.h
usbip_attach.c
usbip_bind.c
usbip_detach.c tools: usbip: detach: avoid calling strlen() at each iteration 2015-09-22 12:07:45 -07:00
usbip_list.c
usbip_network.c
usbip_network.h
usbip_port.c
usbip_unbind.c
usbipd.c
utils.c
utils.h