Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-42
-3
drivers/usb/storage/debug.c
··· 25 25 * 26 26 * Also, for certain devices, the interrupt endpoint is used to convey 27 27 * status of a command. 28 - * 29 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 30 - * information about this driver. 31 28 */ 32 29 33 30 #include <linux/device.h>
-3
drivers/usb/storage/debug.h
··· 22 22 * 23 23 * Also, for certain devices, the interrupt endpoint is used to convey 24 24 * status of a command. 25 - * 26 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 27 - * information about this driver. 28 25 */ 29 26 30 27 #ifndef _DEBUG_H_
-3
drivers/usb/storage/initializers.c
··· 18 18 * 19 19 * Also, for certain devices, the interrupt endpoint is used to convey 20 20 * status of a command. 21 - * 22 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 23 - * information about this driver. 24 21 */ 25 22 26 23 #include <linux/errno.h>
-3
drivers/usb/storage/initializers.h
··· 18 18 * 19 19 * Also, for certain devices, the interrupt endpoint is used to convey 20 20 * status of a command. 21 - * 22 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 23 - * information about this driver. 24 21 */ 25 22 26 23 #include "usb.h"
-3
drivers/usb/storage/protocol.c
··· 25 25 * 26 26 * Also, for certain devices, the interrupt endpoint is used to convey 27 27 * status of a command. 28 - * 29 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 30 - * information about this driver. 31 28 */ 32 29 33 30 #include <linux/highmem.h>
-3
drivers/usb/storage/protocol.h
··· 19 19 * 20 20 * Also, for certain devices, the interrupt endpoint is used to convey 21 21 * status of a command. 22 - * 23 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 24 - * information about this driver. 25 22 */ 26 23 27 24 #ifndef _PROTOCOL_H_
-3
drivers/usb/storage/scsiglue.c
··· 26 26 * 27 27 * Also, for certain devices, the interrupt endpoint is used to convey 28 28 * status of a command. 29 - * 30 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 31 - * information about this driver. 32 29 */ 33 30 34 31 #include <linux/module.h>
-3
drivers/usb/storage/scsiglue.h
··· 19 19 * 20 20 * Also, for certain devices, the interrupt endpoint is used to convey 21 21 * status of a command. 22 - * 23 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 24 - * information about this driver. 25 22 */ 26 23 27 24 #ifndef _SCSIGLUE_H_
-3
drivers/usb/storage/transport.c
··· 26 26 * 27 27 * Also, for certain devices, the interrupt endpoint is used to convey 28 28 * status of a command. 29 - * 30 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 31 - * information about this driver. 32 29 */ 33 30 34 31 #include <linux/sched.h>
-3
drivers/usb/storage/transport.h
··· 19 19 * 20 20 * Also, for certain devices, the interrupt endpoint is used to convey 21 21 * status of a command. 22 - * 23 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 24 - * information about this driver. 25 22 */ 26 23 27 24 #ifndef _TRANSPORT_H_
-3
drivers/usb/storage/unusual_devs.h
··· 8 8 * 9 9 * Initial work by: 10 10 * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc. 11 - * 12 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 13 - * information about this driver. 14 11 */ 15 12 16 13 /*
-3
drivers/usb/storage/usb.c
··· 28 28 * 29 29 * Also, for certain devices, the interrupt endpoint is used to convey 30 30 * status of a command. 31 - * 32 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 33 - * information about this driver. 34 31 */ 35 32 36 33 #ifdef CONFIG_USB_STORAGE_DEBUG
-3
drivers/usb/storage/usb.h
··· 22 22 * 23 23 * Also, for certain devices, the interrupt endpoint is used to convey 24 24 * status of a command. 25 - * 26 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 27 - * information about this driver. 28 25 */ 29 26 30 27 #ifndef _USB_H_
-3
drivers/usb/storage/usual-tables.c
··· 4 4 * Usual Tables File for usb-storage and libusual 5 5 * 6 6 * Copyright (C) 2009 Alan Stern (stern@rowland.harvard.edu) 7 - * 8 - * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 9 - * information about this driver. 10 7 */ 11 8 12 9 #include <linux/kernel.h>