Browse Source

[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module

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>
Josh Triplett 18 years ago
parent
commit
ff2c93a537
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/rcutorture.c

+ 1 - 0
kernel/rcutorture.c

@@ -47,6 +47,7 @@
 #include <linux/srcu.h>
 #include <linux/srcu.h>
 
 
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
 
 
 static int nreaders = -1;	/* # reader threads, defaults to 2*ncpus */
 static int nreaders = -1;	/* # reader threads, defaults to 2*ncpus */
 static int stat_interval;	/* Interval between stats, in seconds. */
 static int stat_interval;	/* Interval between stats, in seconds. */