From patchwork Tue Mar 18 00:42:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Finn Thain X-Patchwork-Id: 3847001 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 87360BF540 for ; Tue, 18 Mar 2014 01:01:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 66A6C2015D for ; Tue, 18 Mar 2014 01:01:14 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F28092021C for ; Tue, 18 Mar 2014 01:01:12 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WPiOx-00046P-PT; Tue, 18 Mar 2014 01:01:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WPiOv-0003mH-3j; Tue, 18 Mar 2014 01:01:05 +0000 Received: from kvm5.telegraphics.com.au ([98.124.60.144]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WPiOq-0003kS-Nv for linux-arm-kernel@lists.infradead.org; Tue, 18 Mar 2014 01:01:01 +0000 Received: by kvm5.telegraphics.com.au (Postfix, from userid 502) id 4C6992485C; Mon, 17 Mar 2014 20:43:08 -0400 (EDT) Message-Id: <20140318004213.512954385@telegraphics.com.au> User-Agent: quilt/0.50-1 Date: Tue, 18 Mar 2014 11:42:15 +1100 From: Finn Thain To: "James E.J. Bottomley" , Subject: [PATCH 03/12] scsi/NCR5380: remove old CVS keywords References: <20140318004212.612472697@telegraphics.com.au> Content-Disposition: inline; filename=ncr5380-remove-cvs-keywords X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140317_210100_824302_0A319B94 X-CRM114-Status: UNSURE ( 6.28 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Sam Creasey , linux-m68k@vger.kernel.org, Russell King , Michael Schmitz , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Finn Thain Reviewed-by: Christoph Hellwig --- drivers/scsi/NCR5380.c | 2 -- drivers/scsi/NCR5380.h | 4 ---- drivers/scsi/g_NCR5380.c | 4 ---- drivers/scsi/g_NCR5380.h | 4 ---- drivers/scsi/mac_scsi.c | 4 ---- drivers/scsi/mac_scsi.h | 4 ---- drivers/scsi/sun3_scsi.c | 4 ---- drivers/scsi/sun3_scsi.h | 4 ---- drivers/scsi/t128.c | 4 ---- drivers/scsi/t128.h | 4 ---- 10 files changed, 38 deletions(-) Index: linux-m68k/drivers/scsi/NCR5380.c =================================================================== --- linux-m68k.orig/drivers/scsi/NCR5380.c 2014-03-17 23:49:28.000000000 +1100 +++ linux-m68k/drivers/scsi/NCR5380.c 2014-03-18 00:18:32.000000000 +1100 @@ -27,8 +27,6 @@ */ /* - * $Log: NCR5380.c,v $ - * Revision 1.10 1998/9/2 Alan Cox * (alan@lxorguk.ukuu.org.uk) * Fixed up the timer lockups reported so far. Things still suck. Looking Index: linux-m68k/drivers/scsi/NCR5380.h =================================================================== --- linux-m68k.orig/drivers/scsi/NCR5380.h 2014-03-17 23:49:28.000000000 +1100 +++ linux-m68k/drivers/scsi/NCR5380.h 2014-03-18 00:18:32.000000000 +1100 @@ -21,10 +21,6 @@ * 1+ (800) 334-5454 */ -/* - * $Log: NCR5380.h,v $ - */ - #ifndef NCR5380_H #define NCR5380_H Index: linux-m68k/drivers/scsi/g_NCR5380.c =================================================================== --- linux-m68k.orig/drivers/scsi/g_NCR5380.c 2014-03-17 23:49:28.000000000 +1100 +++ linux-m68k/drivers/scsi/g_NCR5380.c 2014-03-18 00:18:32.000000000 +1100 @@ -78,10 +78,6 @@ * */ -/* - * $Log: generic_NCR5380.c,v $ - */ - /* settings for DTC3181E card with only Mustek scanner attached */ #define USLEEP #define USLEEP_POLL 1 Index: linux-m68k/drivers/scsi/g_NCR5380.h =================================================================== --- linux-m68k.orig/drivers/scsi/g_NCR5380.h 2014-03-18 00:18:30.000000000 +1100 +++ linux-m68k/drivers/scsi/g_NCR5380.h 2014-03-18 00:18:32.000000000 +1100 @@ -25,10 +25,6 @@ * 1+ (800) 334-5454 */ -/* - * $Log: generic_NCR5380.h,v $ - */ - #ifndef GENERIC_NCR5380_H #define GENERIC_NCR5380_H Index: linux-m68k/drivers/scsi/mac_scsi.c =================================================================== --- linux-m68k.orig/drivers/scsi/mac_scsi.c 2014-03-17 23:49:28.000000000 +1100 +++ linux-m68k/drivers/scsi/mac_scsi.c 2014-03-18 00:18:32.000000000 +1100 @@ -25,10 +25,6 @@ * 1+ (800) 334-5454 */ -/* - * $Log: mac_NCR5380.c,v $ - */ - #include #include #include Index: linux-m68k/drivers/scsi/mac_scsi.h =================================================================== --- linux-m68k.orig/drivers/scsi/mac_scsi.h 2014-03-18 00:18:30.000000000 +1100 +++ linux-m68k/drivers/scsi/mac_scsi.h 2014-03-18 00:18:32.000000000 +1100 @@ -22,10 +22,6 @@ * 1+ (800) 334-5454 */ -/* - * $Log: cumana_NCR5380.h,v $ - */ - #ifndef MAC_NCR5380_H #define MAC_NCR5380_H Index: linux-m68k/drivers/scsi/sun3_scsi.c =================================================================== --- linux-m68k.orig/drivers/scsi/sun3_scsi.c 2014-03-17 23:49:28.000000000 +1100 +++ linux-m68k/drivers/scsi/sun3_scsi.c 2014-03-18 00:18:32.000000000 +1100 @@ -45,10 +45,6 @@ * USLEEP - enable support for devices that don't disconnect. Untested. */ -/* - * $Log: sun3_NCR5380.c,v $ - */ - #define AUTOSENSE #include Index: linux-m68k/drivers/scsi/sun3_scsi.h =================================================================== --- linux-m68k.orig/drivers/scsi/sun3_scsi.h 2014-03-18 00:18:30.000000000 +1100 +++ linux-m68k/drivers/scsi/sun3_scsi.h 2014-03-18 00:18:32.000000000 +1100 @@ -29,10 +29,6 @@ * 1+ (800) 334-5454 */ -/* - * $Log: cumana_NCR5380.h,v $ - */ - #ifndef SUN3_NCR5380_H #define SUN3_NCR5380_H Index: linux-m68k/drivers/scsi/t128.c =================================================================== --- linux-m68k.orig/drivers/scsi/t128.c 2014-03-17 23:49:28.000000000 +1100 +++ linux-m68k/drivers/scsi/t128.c 2014-03-18 00:18:32.000000000 +1100 @@ -102,10 +102,6 @@ * 15 9-11 */ -/* - * $Log: t128.c,v $ - */ - #include #include #include Index: linux-m68k/drivers/scsi/t128.h =================================================================== --- linux-m68k.orig/drivers/scsi/t128.h 2014-03-18 00:18:30.000000000 +1100 +++ linux-m68k/drivers/scsi/t128.h 2014-03-18 00:18:32.000000000 +1100 @@ -34,10 +34,6 @@ * 1+ (800) 334-5454 */ -/* - * $Log: t128.h,v $ - */ - #ifndef T128_H #define T128_H