diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/usb/usbip/libsrc/vhci_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/usb/usbip/libsrc/vhci_driver.c b/tools/usb/usbip/libsrc/vhci_driver.c index 8a1cd1616de4..627d1dfc332b 100644 --- a/tools/usb/usbip/libsrc/vhci_driver.c +++ b/tools/usb/usbip/libsrc/vhci_driver.c | |||
@@ -106,7 +106,7 @@ static int parse_status(const char *value) | |||
106 | return 0; | 106 | return 0; |
107 | } | 107 | } |
108 | 108 | ||
109 | #define MAX_STATUS_NAME 16 | 109 | #define MAX_STATUS_NAME 18 |
110 | 110 | ||
111 | static int refresh_imported_device_list(void) | 111 | static int refresh_imported_device_list(void) |
112 | { | 112 | { |