Commit 077af794 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarMatthew Dharm <mdharm-usb@one-eyed-alien.net>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5008ae51
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -25,9 +25,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/device.h>
+0 −3
Original line number Diff line number Diff line
@@ -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_
+0 −3
Original line number Diff line number Diff line
@@ -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>
+0 −3
Original line number Diff line number Diff line
@@ -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 "usb.h"
+0 −3
Original line number Diff line number Diff line
@@ -25,9 +25,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/highmem.h>
Loading