
prasad at linux
Nov 23, 2009, 7:47 AM
Post #1 of 1
(45 views)
Permalink
|
|
[Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpoint related files
|
|
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 [at] linux> --- 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 [at] rowland> + * K.Prasad <prasad [at] linux> */ /* 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 [at] rowland> + * K.Prasad <prasad [at] linux> */ /* 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 [at] linux> + * */ #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 [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|