diff options
| author | K.Prasad <[email protected]> | 2009-11-23 21:17:13 +0530 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-11-23 18:18:29 +0100 |
| commit | ba6909b719a5ccc0c8100d2895bb7ff557b2eeae (patch) | |
| tree | b5658e01b10693a29a6e4b4fcf3a164b089a0ac2 | |
| parent | acd1d7c1f8f3d848a3c5327dc09f8c1efb971678 (diff) | |
hw-breakpoint: Attribute authorship of hw-breakpoint related files
Attribute authorship to developers of hw-breakpoint related
files.
Signed-off-by: K.Prasad <[email protected]>
Cc: Alan Stern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
[ v2: moved it to latest -tip ]
Signed-off-by: Ingo Molnar <[email protected]>
| -rw-r--r-- | arch/x86/kernel/hw_breakpoint.c | 4 | ||||
| -rw-r--r-- | kernel/hw_breakpoint.c | 4 | ||||
| -rw-r--r-- | samples/hw_breakpoint/data_breakpoint.c | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/kernel/hw_breakpoint.c b/arch/x86/kernel/hw_breakpoint.c index 752daebe91c6..4d267fb77828 100644 --- a/arch/x86/kernel/hw_breakpoint.c +++ b/arch/x86/kernel/hw_breakpoint.c @@ -16,6 +16,10 @@ * Copyright (C) 2007 Alan Stern * Copyright (C) 2009 IBM Corporation * Copyright (C) 2009 Frederic Weisbecker <[email protected]> + * + * Authors: Alan Stern <[email protected]> + * K.Prasad <[email protected]> + * Frederic Weisbecker <[email protected]> */ /* diff --git a/kernel/hw_breakpoint.c b/kernel/hw_breakpoint.c index b6d6fa273eeb..c16662268d75 100644 --- a/kernel/hw_breakpoint.c +++ b/kernel/hw_breakpoint.c @@ -18,6 +18,10 @@ * Copyright (C) 2009, Frederic Weisbecker <[email protected]> * * Thanks to Ingo Molnar for his many suggestions. + * + * Authors: Alan Stern <[email protected]> + * K.Prasad <[email protected]> + * Frederic Weisbecker <[email protected]> */ /* diff --git a/samples/hw_breakpoint/data_breakpoint.c b/samples/hw_breakpoint/data_breakpoint.c index 5bc9819a819e..95063818bcf4 100644 --- a/samples/hw_breakpoint/data_breakpoint.c +++ b/samples/hw_breakpoint/data_breakpoint.c @@ -23,6 +23,8 @@ * that variable. * * Copyright (C) IBM Corporation, 2009 + * + * Author: K.Prasad <[email protected]> */ #include <linux/module.h> /* Needed by all modules */ #include <linux/kernel.h> /* Needed for KERN_INFO */ |