mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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>
This commit is contained in:
parent
5008ae5156
commit
077af794d9
@ -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>
|
||||
|
@ -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_
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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_
|
||||
|
@ -26,9 +26,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/module.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 _SCSIGLUE_H_
|
||||
|
@ -26,9 +26,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/sched.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 _TRANSPORT_H_
|
||||
|
@ -8,9 +8,6 @@
|
||||
*
|
||||
* Initial work by:
|
||||
* (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
|
||||
*
|
||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
||||
* information about this driver.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -28,9 +28,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.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_USB_STORAGE_DEBUG
|
||||
|
@ -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 _USB_H_
|
||||
|
@ -4,9 +4,6 @@
|
||||
* Usual Tables File for usb-storage and libusual
|
||||
*
|
||||
* Copyright (C) 2009 Alan Stern (stern@rowland.harvard.edu)
|
||||
*
|
||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
||||
* information about this driver.
|
||||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
Loading…
Reference in New Issue
Block a user