summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/stub_main.c
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-12 05:33:44 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-12 16:17:57 (GMT)
commit64e62426f40d1017a7ced93ee71d333529196365 (patch)
tree77aaa8451f8a6380b8ed333b7e169c06fd4af14f /drivers/staging/usbip/stub_main.c
parent7aaacb43ed97714ff0f7f77f306f24b6e564ad03 (diff)
downloadlinux-fsl-qoriq-64e62426f40d1017a7ced93ee71d333529196365.tar.xz
staging: usbip: edit Kconfig and rename CONFIG options
Change modules usbip_common_mod to usbip-core and usbip to usbip-host; edit configuration option help text; rename CONFIG options to use a USBIP prefix and change COMMON to CORE in both the Kconfig and Makefiles; edit the menu entries; and edit the driver descriptions. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/stub_main.c')
-rw-r--r--drivers/staging/usbip/stub_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/stub_main.c b/drivers/staging/usbip/stub_main.c
index 1f8fc5e..5568110 100644
--- a/drivers/staging/usbip/stub_main.c
+++ b/drivers/staging/usbip/stub_main.c
@@ -23,7 +23,7 @@
#include "stub.h"
#define DRIVER_AUTHOR "Takahiro Hirofuchi"
-#define DRIVER_DESC "Stub Driver for USB/IP"
+#define DRIVER_DESC "USB/IP Host Driver"
/* stub_priv is allocated from stub_priv_cache */
struct kmem_cache *stub_priv_cache;