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

USB: storage: Update mailling list address

drivers/usb/storage/unusual_devs.h lists the address
linux-usb-devel@lists.sourceforge.net for patches to that file. This
address results in a bounce and a pointer to vger. This patch updates
the address in the header file.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Andrew Lunn and committed by
Greg Kroah-Hartman
cef03f8f f7687217

+4 -2
+2 -1
drivers/usb/storage/unusual_devs.h
··· 44 44 * running with this patch. 45 45 * Send your submission to either Phil Dibowitz <phil@ipom.com> or 46 46 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the 47 - * USB development list <linux-usb-devel@lists.sourceforge.net>. 47 + * USB development list <linux-usb@vger.kernel.org> and the USB storage list 48 + * <usb-storage@lists.one-eyed-alien.net> 48 49 */ 49 50 50 51 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
+2 -1
drivers/usb/storage/usb.c
··· 539 539 " has %s in unusual_devs.h (kernel" 540 540 " %s)\n" 541 541 " Please send a copy of this message to " 542 - "<linux-usb-devel@lists.sourceforge.net>\n", 542 + "<linux-usb@vger.kernel.org> and " 543 + "<usb-storage@lists.one-eyed-alien.net>\n", 543 544 le16_to_cpu(ddesc->idVendor), 544 545 le16_to_cpu(ddesc->idProduct), 545 546 le16_to_cpu(ddesc->bcdDevice),