From patchwork Fri Apr 3 01:49:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Beregalov X-Patchwork-Id: 16024 X-Patchwork-Delegate: kyle@mcmartin.ca Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n331nTS5027703 for ; Fri, 3 Apr 2009 01:49:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754552AbZDCBta (ORCPT ); Thu, 2 Apr 2009 21:49:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754732AbZDCBta (ORCPT ); Thu, 2 Apr 2009 21:49:30 -0400 Received: from mail-bw0-f169.google.com ([209.85.218.169]:40013 "EHLO mail-bw0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754552AbZDCBt3 (ORCPT ); Thu, 2 Apr 2009 21:49:29 -0400 Received: by bwz17 with SMTP id 17so769830bwz.37 for ; Thu, 02 Apr 2009 18:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=pXIqGv2LV1fLIbN5Yeww1ZlxHjn2yK7CphXRxU+Xx20=; b=pfRhHeNiXFFAelJxcnku3ttYyXbl0wrNc71tQ285etK5fZU0q/dONMqGrM2874M2W4 f52t0mWlJneLueTEYdjac4NnW1HgZgorbkzWqlPckN8smIU+U/rkJL+7E6skuaWNE/mU ZTO3kmCDZ8+HraBB223N+HJrG6ckJZBYX4NC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=kh4wA36ySSYZYXv4a2d1Yb7diGdebikVUw3uqOzpaLlCyU5KaIA80BIdZZ/c3WuhgL zfihxY2evhW8JgABTdlYpWw6rOnnYl3/h7wxEgqC+MszxCF41gli+QC9EbeWj4eES/KZ 2WWFfl1abdx1LRfSCfF0ARwi+FBCtMcZKgX5U= Received: by 10.102.228.10 with SMTP id a10mr321839muh.26.1238723366156; Thu, 02 Apr 2009 18:49:26 -0700 (PDT) Received: from orion ([91.78.19.108]) by mx.google.com with ESMTPS id j9sm1512098mue.40.2009.04.02.18.49.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Apr 2009 18:49:25 -0700 (PDT) Date: Fri, 3 Apr 2009 05:49:22 +0400 From: Alexander Beregalov To: linux-parisc@vger.kernel.org, kyle@mcmartin.ca Subject: [PATCH] parisc: remove CVS keywords Message-ID: <20090403014922.GA28891@orion> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org Signed-off-by: Alexander Beregalov Acked-by: Matthew Wilcox --- arch/parisc/include/asm/dma.h | 3 +-- arch/parisc/kernel/cache.c | 3 +-- arch/parisc/kernel/pci.c | 3 +-- arch/parisc/kernel/processor.c | 3 +-- arch/parisc/kernel/setup.c | 3 +-- arch/parisc/lib/checksum.c | 2 -- arch/parisc/mm/fault.c | 3 +-- 7 files changed, 6 insertions(+), 14 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" 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/parisc/include/asm/dma.h b/arch/parisc/include/asm/dma.h index 31ad0f0..f7a18f9 100644 --- a/arch/parisc/include/asm/dma.h +++ b/arch/parisc/include/asm/dma.h @@ -1,5 +1,4 @@ -/* $Id: dma.h,v 1.2 1999/04/27 00:46:18 deller Exp $ - * linux/include/asm/dma.h: Defines for using and allocating dma channels. +/* asm/dma.h: Defines for using and allocating dma channels. * Written by Hennus Bergman, 1992. * High DMA channel support & info by Hannu Savolainen * and John Boyd, Nov. 1992. diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index 837530e..f34082d 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c @@ -1,5 +1,4 @@ -/* $Id: cache.c,v 1.4 2000/01/25 00:11:38 prumpf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. diff --git a/arch/parisc/kernel/pci.c b/arch/parisc/kernel/pci.c index 6936386..f7064ab 100644 --- a/arch/parisc/kernel/pci.c +++ b/arch/parisc/kernel/pci.c @@ -1,5 +1,4 @@ -/* $Id: pci.c,v 1.6 2000/01/29 00:12:05 grundler Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index ecb6093..6ce3b52 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c @@ -1,5 +1,4 @@ -/* $Id: processor.c,v 1.1 2002/07/20 16:27:06 rhirst Exp $ - * +/* * Initial setup-routines for HP 9000 based hardware. * * Copyright (C) 1991, 1992, 1995 Linus Torvalds diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c index 82131ca..cb71f3d 100644 --- a/arch/parisc/kernel/setup.c +++ b/arch/parisc/kernel/setup.c @@ -1,5 +1,4 @@ -/* $Id: setup.c,v 1.8 2000/02/02 04:42:38 prumpf Exp $ - * +/* * Initial setup-routines for HP 9000 based hardware. * * Copyright (C) 1991, 1992, 1995 Linus Torvalds diff --git a/arch/parisc/lib/checksum.c b/arch/parisc/lib/checksum.c index 462696d..ae66d31 100644 --- a/arch/parisc/lib/checksum.c +++ b/arch/parisc/lib/checksum.c @@ -13,8 +13,6 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. - * - * $Id: checksum.c,v 1.3 1997/12/01 17:57:34 ralf Exp $ */ #include #include diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 92c7fa4..d617e79 100644 --- a/arch/parisc/mm/fault.c +++ b/arch/parisc/mm/fault.c @@ -1,5 +1,4 @@ -/* $Id: fault.c,v 1.5 2000/01/26 16:20:29 jsm Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details.