aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/protocol.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-22 15:41:53 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-23 10:22:34 +0100
commit077af794d9ab016b52cd3dd90bd8b1709a61710f (patch)
tree0bf45b8dfad90fa3d3416ba24093213c00a0197a /drivers/usb/storage/protocol.h
parent5008ae5156ebf3a6e6b07269f1b8a67273ef4b6a (diff)
downloadlinux-077af794d9ab016b52cd3dd90bd8b1709a61710f.tar.gz
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/protocol.h')
-rw-r--r--drivers/usb/storage/protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/storage/protocol.h b/drivers/usb/storage/protocol.h
index 9198396e8c6e7..072f1ffda2af1 100644
--- a/drivers/usb/storage/protocol.h
+++ b/drivers/usb/storage/protocol.h
@@ -19,9 +19,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.
*/
#ifndef _PROTOCOL_H_