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:
Родитель
5008ae5156
Коммит
077af794d9
|
@ -25,9 +25,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* 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>
|
#include <linux/device.h>
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* status of a command.
|
||||||
*
|
|
||||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
|
||||||
* information about this driver.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DEBUG_H_
|
#ifndef _DEBUG_H_
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* 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>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* status of a command.
|
||||||
*
|
|
||||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
|
||||||
* information about this driver.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
|
|
|
@ -25,9 +25,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* 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>
|
#include <linux/highmem.h>
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* status of a command.
|
||||||
*
|
|
||||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
|
||||||
* information about this driver.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PROTOCOL_H_
|
#ifndef _PROTOCOL_H_
|
||||||
|
|
|
@ -26,9 +26,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* 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>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* status of a command.
|
||||||
*
|
|
||||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
|
||||||
* information about this driver.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SCSIGLUE_H_
|
#ifndef _SCSIGLUE_H_
|
||||||
|
|
|
@ -26,9 +26,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* 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>
|
#include <linux/sched.h>
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* status of a command.
|
||||||
*
|
|
||||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
|
||||||
* information about this driver.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _TRANSPORT_H_
|
#ifndef _TRANSPORT_H_
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
*
|
*
|
||||||
* Initial work by:
|
* Initial work by:
|
||||||
* (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
|
* (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
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* 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
|
#ifdef CONFIG_USB_STORAGE_DEBUG
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
*
|
*
|
||||||
* Also, for certain devices, the interrupt endpoint is used to convey
|
* Also, for certain devices, the interrupt endpoint is used to convey
|
||||||
* status of a command.
|
* status of a command.
|
||||||
*
|
|
||||||
* Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
|
|
||||||
* information about this driver.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _USB_H_
|
#ifndef _USB_H_
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
* Usual Tables File for usb-storage and libusual
|
* Usual Tables File for usb-storage and libusual
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Alan Stern (stern@rowland.harvard.edu)
|
* 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>
|
#include <linux/kernel.h>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче