From 740d408ce62f128daf2392598f4f9685560015d2 Mon Sep 17 00:00:00 2001 From: Rene Herman Date: Thu, 10 May 2007 22:22:50 -0700 Subject: [PATCH] --- yaml --- r: 55908 b: refs/heads/master c: 108f39a1b3b1e4b28ca8cc156f06171445499d21 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/module.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 834d0ec5ee4f..54a9c142eb01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98091696653e8ac32a2653589923acd8198777ac +refs/heads/master: 108f39a1b3b1e4b28ca8cc156f06171445499d21 diff --git a/trunk/include/linux/module.h b/trunk/include/linux/module.h index 792d483c9af7..e6e0f86ef5fc 100644 --- a/trunk/include/linux/module.h +++ b/trunk/include/linux/module.h @@ -124,7 +124,7 @@ extern struct module __this_module; */ #define MODULE_LICENSE(_license) MODULE_INFO(license, _license) -/* Author, ideally of form NAME [, NAME ]*[ and NAME ] */ +/* Author, ideally of form NAME[, NAME]*[ and NAME] */ #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author) /* What your module does. */