[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
authorJosh Triplett <josht@us.ibm.com>
Wed, 4 Oct 2006 09:17:09 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:30 +0000 (07:55 -0700)
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Acked-by: "Paul E. McKenney" <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/rcutorture.c

index e34d22bf2293929275460b0e8b7b4aee654145a3..7b965341b1dc96a557dda07429b9536bd96b7f6d 100644 (file)
@@ -47,6 +47,7 @@
 #include <linux/srcu.h>
 
 MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
 
 static int nreaders = -1;      /* # reader threads, defaults to 2*ncpus */
 static int stat_interval;      /* Interval between stats, in seconds. */
This page took 0.029062 seconds and 5 git commands to generate.