[Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpointrelated files

From: K.Prasad
Date: Mon Nov 23 2009 - 10:47:28 EST


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 <prasad@xxxxxxxxxxxxxxxxxx>
---
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 <stern@xxxxxxxxxxxxxxxxxxx>
+ * K.Prasad <prasad@xxxxxxxxxxxxxxxxxx>
*/

/*
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 <stern@xxxxxxxxxxxxxxxxxxx>
+ * K.Prasad <prasad@xxxxxxxxxxxxxxxxxx>
*/

/*
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 <prasad@xxxxxxxxxxxxxxxxxx>
+ *
*/
#include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h> /* Needed for KERN_INFO */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/