From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933272Ab3CGSzL (ORCPT ); Thu, 7 Mar 2013 13:55:11 -0500 Received: from casper.infradead.org ([85.118.1.10]:59733 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933244Ab3CGSzH (ORCPT ); Thu, 7 Mar 2013 13:55:07 -0500 Message-ID: <5138E2AB.3080300@infradead.org> Date: Thu, 07 Mar 2013 10:55:39 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: LKML CC: Linus Torvalds , Andrew Morton Subject: [PATCH] update CREDITS and email address Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Update email address and CREDITS info. xenotime.net is defunct. Signed-off-by: Randy Dunlap Cc: Harry Wei Cc: Keiichi KII --- CREDITS | 6 +++--- Documentation/SubmittingPatches | 3 +-- Documentation/printk-formats.txt | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) --- lnx-39-rc1.orig/CREDITS +++ lnx-39-rc1/CREDITS @@ -953,11 +953,11 @@ S: Blacksburg, Virginia 24061 S: USA N: Randy Dunlap -E: rdunlap@xenotime.net -W: http://www.xenotime.net/linux/linux.html -W: http://www.linux-usb.org +E: rdunlap@infradead.org +W: http://www.infradead.org/~rdunlap/ D: Linux-USB subsystem, USB core/UHCI/printer/storage drivers D: x86 SMP, ACPI, bootflag hacking +D: documentation, builds S: (ask for current address) S: USA --- lnx-39-rc1.orig/Documentation/SubmittingPatches +++ lnx-39-rc1/Documentation/SubmittingPatches @@ -60,8 +60,7 @@ own source tree. For example: "dontdiff" is a list of files which are generated by the kernel during the build process, and should be ignored in any diff(1)-generated patch. The "dontdiff" file is included in the kernel tree in -2.6.12 and later. For earlier kernel versions, you can get it -from . +2.6.12 and later. Make sure your patch does not include any extra files which do not belong in a patch submission. Make sure to review your patch -after- --- lnx-39-rc1.orig/Documentation/printk-formats.txt +++ lnx-39-rc1/Documentation/printk-formats.txt @@ -170,5 +170,5 @@ Reminder: sizeof() result is of type siz Thank you for your cooperation and attention. -By Randy Dunlap and +By Randy Dunlap and Andrew Murray