Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755842AbZKWPrS (ORCPT ); Mon, 23 Nov 2009 10:47:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755844AbZKWPrR (ORCPT ); Mon, 23 Nov 2009 10:47:17 -0500 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:54555 "EHLO e23smtp08.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755388AbZKWPrR (ORCPT ); Mon, 23 Nov 2009 10:47:17 -0500 Date: Mon, 23 Nov 2009 21:17:13 +0530 From: "K.Prasad" To: Ingo Molnar Cc: Linux Kernel Mailing List , Alan Stern , Frederic Weisbecker Subject: [Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpoint related files Message-ID: <20091123154713.GA5593@in.ibm.com> Reply-To: prasad@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2057 Lines: 63 Hi Ingo, Please accept a patch (based on -tip tree) that attributes the hw-breakpoint related files to the respective developers. Thanks, K.Prasad Attribute authorship to developers of hw-breakpoint related files Signed-off-by: K.Prasad --- arch/x86/kernel/hw_breakpoint.c | 3 +++ kernel/hw_breakpoint.c | 3 +++ samples/hw_breakpoint/data_breakpoint.c | 3 +++ 3 files changed, 9 insertions(+) Index: linux-2.6-tip/arch/x86/kernel/hw_breakpoint.c =================================================================== --- linux-2.6-tip.orig/arch/x86/kernel/hw_breakpoint.c +++ linux-2.6-tip/arch/x86/kernel/hw_breakpoint.c @@ -15,6 +15,9 @@ * * Copyright (C) 2007 Alan Stern * Copyright (C) 2009 IBM Corporation + * + * Author: Alan Stern + * K.Prasad */ /* Index: linux-2.6-tip/kernel/hw_breakpoint.c =================================================================== --- linux-2.6-tip.orig/kernel/hw_breakpoint.c +++ linux-2.6-tip/kernel/hw_breakpoint.c @@ -15,6 +15,9 @@ * * Copyright (C) 2007 Alan Stern * Copyright (C) IBM Corporation, 2009 + * + * Author: Alan Stern + * K.Prasad */ /* Index: linux-2.6-tip/samples/hw_breakpoint/data_breakpoint.c =================================================================== --- linux-2.6-tip.orig/samples/hw_breakpoint/data_breakpoint.c +++ linux-2.6-tip/samples/hw_breakpoint/data_breakpoint.c @@ -23,6 +23,9 @@ * that variable. * * Copyright (C) IBM Corporation, 2009 + * + * Author: K.Prasad + * */ #include /* Needed by all modules */ #include /* Needed for KERN_INFO */ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/