From patchwork Sat Dec 4 03:59:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julian Calaby X-Patchwork-Id: 74241 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 63A8AB70A3 for ; Sat, 4 Dec 2010 14:59:50 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754526Ab0LDD7u (ORCPT ); Fri, 3 Dec 2010 22:59:50 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:54220 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754522Ab0LDD7t (ORCPT ); Fri, 3 Dec 2010 22:59:49 -0500 Received: by yxt3 with SMTP id 3so4642401yxt.19 for ; Fri, 03 Dec 2010 19:59:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=u1bWszY2M7BIBvxgrvz5ty6Od07hTW9xbjK8BvfkwK8=; b=G33aRsedrzg91YvLpL1kjLFC/HJsPeqfWF8sD3mNBzI8US1DOp0rr0g6eBiTCuixru GtbfZQ8XKXbmWTDNHicYJaoRxrXWk8EZ5KOZ33WrsmTEj3xwGAzvlYl9TM2bY6yHjAm6 b3I+Mdg/bNmaTVn3V32zVOsBQtyCMblsv2r6k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=FqQ1u/kkx9nVfNcGpmhvCv0Js+ksXZMGTv/OAsGnoYsSEUPruEJpMq5uZzqtaBeQGT jQGz2roSoSz8WhfX9UhQVfA0dzj74iuwUBgULGgA/oJ7G1PO93DT1p08+4FOpBaMj/XE PmmOfb8xIUn2Mv4SqhpSoIl71CywD06uIooko= Received: by 10.150.191.9 with SMTP id o9mr4969380ybf.444.1291435188971; Fri, 03 Dec 2010 19:59:48 -0800 (PST) Received: from [192.168.2.4] (124-168-89-61.dyn.iinet.net.au [124.168.89.61]) by mx.google.com with ESMTPS id f2sm66882ybh.17.2010.12.03.19.59.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 19:59:48 -0800 (PST) Message-ID: <4CF9BCAF.8090606@gmail.com> Date: Sat, 04 Dec 2010 14:59:43 +1100 From: Julian Calaby User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10 MIME-Version: 1.0 To: sparclinux@vger.kernel.org CC: davem@davemloft.net Subject: [RFC 8/8] sparc: prom: Update DaveM's email address References: In-Reply-To: Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Signed-off-by: Julian Calaby --- arch/sparc/prom/printf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/sparc/prom/printf.c b/arch/sparc/prom/printf.c index 187e2fa..1901e5f 100644 --- a/arch/sparc/prom/printf.c +++ b/arch/sparc/prom/printf.c @@ -1,7 +1,7 @@ /* * printf.c: Internal prom library printf facility. * - * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) + * Copyright (C) 1995 David S. Miller (davem@davemloft.net) * Copyright (C) 1996,1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (c) 1998,2002 Pete Zaitcev (zaitcev@yahoo.com) *