diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-22 15:41:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-23 10:22:34 +0100 |
commit | 077af794d9ab016b52cd3dd90bd8b1709a61710f (patch) | |
tree | 0bf45b8dfad90fa3d3416ba24093213c00a0197a /drivers/usb/storage/initializers.c | |
parent | 5008ae5156ebf3a6e6b07269f1b8a67273ef4b6a (diff) | |
download | linux-stable-077af794d9ab016b52cd3dd90bd8b1709a61710f.tar.gz linux-stable-077af794d9ab016b52cd3dd90bd8b1709a61710f.tar.bz2 linux-stable-077af794d9ab016b52cd3dd90bd8b1709a61710f.zip |
USB: storage: remove invalid URL from drivers
The old URL for usb-storage driver help is long gone. So remove it from
the comments to not confuse people anymore.
Reported-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/storage/initializers.c')
-rw-r--r-- | drivers/usb/storage/initializers.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/storage/initializers.c b/drivers/usb/storage/initializers.c index 93a6bcf77806..f8f9ce8dc710 100644 --- a/drivers/usb/storage/initializers.c +++ b/drivers/usb/storage/initializers.c @@ -18,9 +18,6 @@ * * Also, for certain devices, the interrupt endpoint is used to convey * status of a command. - * - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more - * information about this driver. */ #include <linux/errno.h> |