diff options
author | Brian G. Merrell <bgmerrell@novell.com> | 2009-07-21 00:46:13 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:05 -0700 |
commit | b8868e45c5f8956d57ba489df3ebd24e3f858684 (patch) | |
tree | 02bb771cc47d4ba0a8a9a000c5ddd6e9d5a6acf3 /drivers/staging/usbip/Kconfig | |
parent | 1dd7def0b5d7d0464991640687fc85c143b3c850 (diff) | |
download | linux-b8868e45c5f8956d57ba489df3ebd24e3f858684.tar.bz2 |
Staging: USB-IP code cleanup
This includes fixes for all of the legit checkpatch.pl errors and
warnings. I have also included several of the suggestions from the
linux-kernel mailing list when the USB-IP code was first added.
Signed-off-by: Brian G. Merrell <bgmerrell@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/Kconfig')
-rw-r--r-- | drivers/staging/usbip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig index 217fb7e62c2f..350d5d65ccf3 100644 --- a/drivers/staging/usbip/Kconfig +++ b/drivers/staging/usbip/Kconfig @@ -6,7 +6,7 @@ config USB_IP_COMMON This enables pushing USB packets over IP to allow remote machines access to USB devices directly. For more details, and links to the userspace utility programs to let this work - properly, see http://usbip.naist.jp/ + properly, see http://usbip.sourceforge.net/. To compile this driver as a module, choose M here: the module will be called usbip_common_mod. |