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/debug.h | |
parent | usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found (diff) | |
download | linux-077af794d9ab016b52cd3dd90bd8b1709a61710f.tar.xz linux-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/debug.h')
-rw-r--r-- | drivers/usb/storage/debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/storage/debug.h b/drivers/usb/storage/debug.h index 8833cd4f78b6..6d64f342f587 100644 --- a/drivers/usb/storage/debug.h +++ b/drivers/usb/storage/debug.h @@ -22,9 +22,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 _DEBUG_H_ |