Skip to content

Commit

Permalink
staging: usbip: userspace: stub_driver.c: update kernel module name
Browse files Browse the repository at this point in the history
Change kernel module name to usbip-host.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed May 19, 2011
1 parent 8ba69ce commit 2006d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/usbip/userspace/libsrc/stub_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2006d35

Please sign in to comment.