]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
USB: storage: remove invalid URL from drivers
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jan 2018 14:41:53 +0000 (15:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jan 2018 09:22:34 +0000 (10:22 +0100)
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>
14 files changed:
drivers/usb/storage/debug.c
drivers/usb/storage/debug.h
drivers/usb/storage/initializers.c
drivers/usb/storage/initializers.h
drivers/usb/storage/protocol.c
drivers/usb/storage/protocol.h
drivers/usb/storage/scsiglue.c
drivers/usb/storage/scsiglue.h
drivers/usb/storage/transport.c
drivers/usb/storage/transport.h
drivers/usb/storage/unusual_devs.h
drivers/usb/storage/usb.c
drivers/usb/storage/usb.h
drivers/usb/storage/usual-tables.c

index e5a4969d15aead4c7a8d8548367a74db3abe3f12..d7f50b7a079e6b77e4a0b7ba0b9b5ef25bc0b985 100644 (file)
@@ -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>
index 8833cd4f78b658302e7e77a3e1a98c2535bdffee..6d64f342f58706cbfc579797e2e86686d6a467b3 100644 (file)
@@ -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_
index 93a6bcf7780626d9596ee9691cce1034b3e1fa22..f8f9ce8dc71029aff5ceaf4d62f596a30bbceca2 100644 (file)
@@ -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>
index e4cf28efb4a7e1f75fa3a63c9ab9618d540cb6be..2dbf9c7d97492a9abb63e6aaed9dfbd32b555930 100644 (file)
@@ -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"
index f3f2a93f52e1a9b84c14003e4a98a2497558003f..9033e505db7f5372069bea4751776dcca5f07e42 100644 (file)
@@ -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>
index 9198396e8c6e72b63a67f8690b59af62132c55f1..072f1ffda2af1d48022b7ef59e01831176925ff0 100644 (file)
@@ -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_
index 585efd1201939ef8d3aad95dbc713ce5e6072b3b..c267f2812a046db0920670e3834a8dbb472f534d 100644 (file)
@@ -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>
index bf99c6201331abc82a8a31d6da17c6e6960e2adc..2bc5ea045bf7315c8731f88e6d67badd8d0b973b 100644 (file)
@@ -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_
index d947957f36356af0cdda8a27aae58eb3709b94f9..96cb0409dd89341fa31e27941bd82c365c36886d 100644 (file)
@@ -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>
index f559dc575f4ff74089d68975424cb691de519388..fb3bb4ee4ccf6ac698080fd9f2bab0c0391741e9 100644 (file)
@@ -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_
index f72d045ee9ef11940c056921d2760c649bc34d17..481c3ef540d24b161464ac75d26592ae0ef7e37c 100644 (file)
@@ -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.
  */
 
 /*
index 3eb9347924655f09d501f2d3e1e991819b562aff..9a79cd9762f31d50821cb84942a24e0e19290b57 100644 (file)
@@ -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
index 90133e16bec594327c30027427f563ac305308f3..85052cd66839180f97b40700d8def7952d1de63a 100644 (file)
@@ -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_
index 83ad01747eed730ad05c2c5dc19ef8a6073d7579..cfd12e523678520b30d1bc6fc378ceba7d77f24d 100644 (file)
@@ -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>