Files
linux/tools
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
..
2015-08-25 09:44:22 +02:00
2015-08-26 06:12:35 +02:00
2011-11-07 21:10:47 -05:00
2014-07-23 10:16:38 -07:00