diff options
author | K.Prasad <prasad@linux.vnet.ibm.com> | 2009-11-23 10:47:13 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-23 12:18:29 -0500 |
commit | ba6909b719a5ccc0c8100d2895bb7ff557b2eeae (patch) | |
tree | b5658e01b10693a29a6e4b4fcf3a164b089a0ac2 /samples | |
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 <prasad@linux.vnet.ibm.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091123154713.GA5593@in.ibm.com>
[ v2: moved it to latest -tip ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/hw_breakpoint/data_breakpoint.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
23 | * that variable. | 23 | * that variable. |
24 | * | 24 | * |
25 | * Copyright (C) IBM Corporation, 2009 | 25 | * Copyright (C) IBM Corporation, 2009 |
26 | * | ||
27 | * Author: K.Prasad <prasad@linux.vnet.ibm.com> | ||
26 | */ | 28 | */ |
27 | #include <linux/module.h> /* Needed by all modules */ | 29 | #include <linux/module.h> /* Needed by all modules */ |
28 | #include <linux/kernel.h> /* Needed for KERN_INFO */ | 30 | #include <linux/kernel.h> /* Needed for KERN_INFO */ |