mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 01:23:55 +00:00
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> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| usbip_attach.c | ||
| usbip_bind.c | ||
| usbip_detach.c | ||
| usbip_list.c | ||
| usbip_network.c | ||
| usbip_network.h | ||
| usbip_port.c | ||
| usbip_unbind.c | ||
| usbip.c | ||
| usbip.h | ||
| usbipd.c | ||
| utils.c | ||
| utils.h | ||