[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module

From: Josh Triplett
Date: Mon Aug 14 2006 - 20:23:51 EST


Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx>
---
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@xxxxxxxxxx>");

static int nreaders = -1; /* # reader threads, defaults to 4*ncpus */
static int stat_interval; /* Interval between stats, in seconds. */


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/