diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/usbip/userspace/libsrc/stub_driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/libsrc/stub_driver.c b/drivers/staging/usbip/userspace/libsrc/stub_driver.c index 4c76e03299a2..cc3364345f5f 100644 --- a/drivers/staging/usbip/userspace/libsrc/stub_driver.c +++ b/drivers/staging/usbip/userspace/libsrc/stub_driver.c @@ -8,7 +8,8 @@ #include "usbip.h" -static const char *usbip_stub_driver_name = "usbip"; +/* kernel module name */ +static const char *usbip_stub_driver_name = "usbip-host"; struct usbip_stub_driver *stub_driver; |