public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
@ 2006-08-15  0:26 Josh Triplett
  2006-08-15 20:23 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Triplett @ 2006-08-15  0:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Dipkanar Sarma

Signed-off-by: Josh Triplett <josh@freedesktop.org>
---
 kernel/rcutorture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index 4d1c3d2..16b5899 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -46,6 +46,7 @@ #include <linux/byteorder/swabb.h>
 #include <linux/stat.h>
 
 MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
 
 static int nreaders = -1;	/* # reader threads, defaults to 4*ncpus */
 static int stat_interval;	/* Interval between stats, in seconds. */



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-15 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-15  0:26 [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module Josh Triplett
2006-08-15 20:23 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox